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" --- config/binutils/binutils.in | 2 +- config/binutils/elf2flt.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config/binutils') diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 425fb04f..360316f8 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -195,7 +195,7 @@ config BINUTILS_PLUGINS Especially, gold can use the lto-plugin, as installed by gcc, to handle LTO. -config BINUTILS_EXTRA_CONFIG +config BINUTILS_EXTRA_CONFIG_ARRAY string prompt "binutils extra config" default "" diff --git a/config/binutils/elf2flt.in b/config/binutils/elf2flt.in index 4f95ec76..9ff4a4b9 100644 --- a/config/binutils/elf2flt.in +++ b/config/binutils/elf2flt.in @@ -37,7 +37,7 @@ config ELF2FLT_VERSION # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW -config ELF2FLT_EXTRA_CONFIG +config ELF2FLT_EXTRA_CONFIG_ARRAY string prompt "elf2flt extra config" default "" -- cgit v1.2.3