aboutsummaryrefslogtreecommitdiff
path: root/scripts/build/binutils/elf2flt.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-05-18 23:00:46 +0200
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-05-18 23:00:46 +0200
commitc4bb88466eba7f25ab23f71859a8cff43b30f62c (patch)
treeb4d1be32cd9e63fb987f0d8b3f0e79113a967052 /scripts/build/binutils/elf2flt.sh
parentb00e501d7c77db553d81cb98fe2d0c3f29e652d4 (diff)
downloadcrosstool-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 'scripts/build/binutils/elf2flt.sh')
-rw-r--r--scripts/build/binutils/elf2flt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binutils/elf2flt.sh b/scripts/build/binutils/elf2flt.sh
index cb3c5d0d..82e219e9 100644
--- a/scripts/build/binutils/elf2flt.sh
+++ b/scripts/build/binutils/elf2flt.sh
@@ -49,7 +49,7 @@ do_elf2flt() {
--with-libbfd=${binutils_bld}/bfd/libbfd.a \
--with-libiberty=${binutils_bld}/libiberty/libiberty.a \
${elf2flt_opts} \
- "${CT_ELF2FLT_EXTRA_CONFIG[@]}"
+ "${CT_ELF2FLT_EXTRA_CONFIG_ARRAY[@]}"
CT_DoLog EXTRA "Building elf2flt"
CT_DoExecLog ALL make ${JOBSFLAGS}