From c4bb88466eba7f25ab23f71859a8cff43b30f62c Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 18 May 2011 23:00:46 +0200 Subject: 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" --- scripts/build/binutils/binutils.sh | 2 +- scripts/build/binutils/elf2flt.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/build/binutils') diff --git a/scripts/build/binutils/binutils.sh b/scripts/build/binutils/binutils.sh index c60b8060..a44899d0 100644 --- a/scripts/build/binutils/binutils.sh +++ b/scripts/build/binutils/binutils.sh @@ -71,7 +71,7 @@ do_binutils() { "${extra_config[@]}" \ ${CT_ARCH_WITH_FLOAT} \ ${BINUTILS_SYSROOT_ARG} \ - "${CT_BINUTILS_EXTRA_CONFIG[@]}" + "${CT_BINUTILS_EXTRA_CONFIG_ARRAY[@]}" if [ "${CT_STATIC_TOOLCHAIN}" = "y" ]; then extra_make_flags+=("LDFLAGS=-all-static") 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} -- cgit v1.2.3