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/libc/glibc-eglibc.in-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/libc/glibc-eglibc.in-common') diff --git a/config/libc/glibc-eglibc.in-common b/config/libc/glibc-eglibc.in-common index f3310a7f..b8d3b560 100644 --- a/config/libc/glibc-eglibc.in-common +++ b/config/libc/glibc-eglibc.in-common @@ -16,7 +16,7 @@ config LIBC_glibc_familly default y select BINUTILS_FORCE_LD_BFD -config LIBC_GLIBC_EXTRA_CONFIG +config LIBC_GLIBC_EXTRA_CONFIG_ARRAY string prompt "extra config" default "" -- cgit v1.2.3