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/arch | |
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/arch')
-rw-r--r-- | config/arch/powerpc.in.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/arch/powerpc.in.2 b/config/arch/powerpc.in.2 index 1c44f518..292bca5b 100644 --- a/config/arch/powerpc.in.2 +++ b/config/arch/powerpc.in.2 @@ -11,7 +11,7 @@ config ARCH_POWERPC_SPE Setting this option will append "spe" to the end of your target tuple name (e.g., powerpc-e500v2-linux-gnuspe) so that the gcc - configure/build system will know to include SPE ABI support. - It will also automatically add "-mabi=spe -mspe" to your - TARGET_CFLAGS, and "--enable-e500_double" to your CC_EXTRA_CONFIG, - so you do not need to explicitly add them. + configure/build system will know to include SPE ABI support. It + will also automatically add "-mabi=spe -mspe" to your TARGET_CFLAGS, + and "--enable-e500_double" to your CC_EXTRA_CONFIG_ARRAY, so you + do not need to explicitly add them. |