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/cc/gcc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/build/cc') diff --git a/scripts/build/cc/gcc.sh b/scripts/build/cc/gcc.sh index 33b2c158..b7db77ea 100644 --- a/scripts/build/cc/gcc.sh +++ b/scripts/build/cc/gcc.sh @@ -276,7 +276,7 @@ do_cc_core() { --disable-nls \ --enable-symvers=gnu \ --enable-languages="${lang_opt}" \ - "${CT_CC_CORE_EXTRA_CONFIG[@]}" + "${CT_CC_CORE_EXTRA_CONFIG_ARRAY[@]}" if [ "${build_libgcc}" = "yes" ]; then # HACK: we need to override SHLIB_LC from gcc/config/t-slibgcc-elf-ver or @@ -555,7 +555,7 @@ do_cc() { --enable-symvers=gnu \ --enable-c99 \ --enable-long-long \ - "${CT_CC_EXTRA_CONFIG[@]}" + "${CT_CC_EXTRA_CONFIG_ARRAY[@]}" if [ "${CT_CANADIAN}" = "y" ]; then CT_DoLog EXTRA "Building libiberty" -- cgit v1.2.3