# HG changeset patch # User "Yann E. MORIN" # Date 1305754977 -7200 # Node ID 3b08a7927e55aaa1a305da8821463b1aae2529c9 # Parent 90595d1c101706e0d940a154ebf8f379625797b8 config: document array-capable variables Update help entries for thos variables that accept multiple arguments with spaces (aka. array-capable variables). Signed-off-by: "Yann E. MORIN" diff -r 90595d1c1017 -r 3b08a7927e55 config/binutils/binutils.in --- a/config/binutils/binutils.in Thu May 19 22:29:49 2011 +0200 +++ b/config/binutils/binutils.in Wed May 18 23:42:57 2011 +0200 @@ -201,6 +201,10 @@ default "" help Extra flags passed onto ./configure when configuring + + You can enter multiple arguments here, and arguments can contain spaces + if they are properly quoted (or escaped, but prefer quotes). Eg.: + --with-foo="1st arg with 4 spaces" --with-bar=2nd-arg-without-space config BINUTILS_FOR_TARGET bool diff -r 90595d1c1017 -r 3b08a7927e55 config/binutils/elf2flt.in --- a/config/binutils/elf2flt.in Thu May 19 22:29:49 2011 +0200 +++ b/config/binutils/elf2flt.in Wed May 18 23:42:57 2011 +0200 @@ -43,5 +43,9 @@ default "" help Extra flags passed onto ./configure when configuring + + You can enter multiple arguments here, and arguments can contain spaces + if they are properly quoted (or escaped, but prefer quotes). Eg.: + --with-foo="1st arg with 4 spaces" --with-bar=2nd-arg-without-space endif diff -r 90595d1c1017 -r 3b08a7927e55 config/cc/gcc.in.2 --- a/config/cc/gcc.in.2 Thu May 19 22:29:49 2011 +0200 +++ b/config/cc/gcc.in.2 Wed May 18 23:42:57 2011 +0200 @@ -40,6 +40,10 @@ The core gcc is a stripped down, C-only compiler needed to build the C library. Kinda bootstrap gcc, if you wish. + + You can enter multiple arguments here, and arguments can contain spaces + if they are properly quoted (or escaped, but prefer quotes). Eg.: + --with-foo="1st arg with 4 spaces" --with-bar=2nd-arg-without-space config CC_EXTRA_CONFIG_ARRAY string @@ -48,6 +52,10 @@ depends on ! BARE_METAL help Extra flags to pass onto ./configure when configuring gcc. + + You can enter multiple arguments here, and arguments can contain spaces + if they are properly quoted (or escaped, but prefer quotes). Eg.: + --with-foo="1st arg with 4 spaces" --with-bar=2nd-arg-without-space config STATIC_TOOLCHAIN select CC_STATIC_LIBSTDCXX if CC_GCC_4_4_or_later diff -r 90595d1c1017 -r 3b08a7927e55 config/libc/glibc-eglibc.in-common --- a/config/libc/glibc-eglibc.in-common Thu May 19 22:29:49 2011 +0200 +++ b/config/libc/glibc-eglibc.in-common Wed May 18 23:42:57 2011 +0200 @@ -23,7 +23,9 @@ help Extra flags to pass onto ./configure when configuring. - Eg.: --enable-static-nss + You can enter multiple arguments here, and arguments can contain spaces + if they are properly quoted (or escaped, but prefer quotes). Eg.: + --with-foo="1st arg with 4 spaces" --with-bar=2nd-arg-without-space config LIBC_GLIBC_CONFIGPARMS string