diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-05-18 23:00:46 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-05-18 23:00:46 +0200 |
commit | c4bb88466eba7f25ab23f71859a8cff43b30f62c (patch) | |
tree | b4d1be32cd9e63fb987f0d8b3f0e79113a967052 /config/cc | |
parent | b00e501d7c77db553d81cb98fe2d0c3f29e652d4 (diff) | |
download | crosstool-ng-c4bb88466eba7f25ab23f71859a8cff43b30f62c.tar.gz crosstool-ng-c4bb88466eba7f25ab23f71859a8cff43b30f62c.tar.bz2 crosstool-ng-c4bb88466eba7f25ab23f71859a8cff43b30f62c.zip |
config: rename variables that are arrays
Make it explicit that a variable is an array bu the name of the variable.
It will be used later when .config gets munged to allow both multiple
arguments and arguments with spaces at the same time to be passed from the
configuration down to the build scripts.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/cc')
-rw-r--r-- | config/cc/gcc.in.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2 index a181257d..418371c0 100644 --- a/config/cc/gcc.in.2 +++ b/config/cc/gcc.in.2 @@ -31,7 +31,7 @@ config CC_ENABLE_CXX_FLAGS Note: just pass in the option _value_, that is only the part that goes after the '=' sign. -config CC_CORE_EXTRA_CONFIG +config CC_CORE_EXTRA_CONFIG_ARRAY string prompt "Core gcc extra config" default "" @@ -41,7 +41,7 @@ config CC_CORE_EXTRA_CONFIG The core gcc is a stripped down, C-only compiler needed to build the C library. Kinda bootstrap gcc, if you wish. -config CC_EXTRA_CONFIG +config CC_EXTRA_CONFIG_ARRAY string prompt "gcc extra config" default "" |