config: document array-capable variables
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed May 18 23:42:57 2011 +0200 (2011-05-18)
changeset 24693b08a7927e55
parent 2468 90595d1c1017
child 2473 f3f2fa66706b
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" <yann.morin.1998@anciens.enib.fr>
config/binutils/binutils.in
config/binutils/elf2flt.in
config/cc/gcc.in.2
config/libc/glibc-eglibc.in-common
     1.1 --- a/config/binutils/binutils.in	Thu May 19 22:29:49 2011 +0200
     1.2 +++ b/config/binutils/binutils.in	Wed May 18 23:42:57 2011 +0200
     1.3 @@ -201,6 +201,10 @@
     1.4      default ""
     1.5      help
     1.6        Extra flags passed onto ./configure when configuring
     1.7 +      
     1.8 +      You can enter multiple arguments here, and arguments can contain spaces
     1.9 +      if they are properly quoted (or escaped, but prefer quotes). Eg.:
    1.10 +          --with-foo="1st arg with 4 spaces" --with-bar=2nd-arg-without-space
    1.11  
    1.12  config BINUTILS_FOR_TARGET
    1.13      bool
     2.1 --- a/config/binutils/elf2flt.in	Thu May 19 22:29:49 2011 +0200
     2.2 +++ b/config/binutils/elf2flt.in	Wed May 18 23:42:57 2011 +0200
     2.3 @@ -43,5 +43,9 @@
     2.4      default ""
     2.5      help
     2.6        Extra flags passed onto ./configure when configuring
     2.7 +      
     2.8 +      You can enter multiple arguments here, and arguments can contain spaces
     2.9 +      if they are properly quoted (or escaped, but prefer quotes). Eg.:
    2.10 +          --with-foo="1st arg with 4 spaces" --with-bar=2nd-arg-without-space
    2.11  
    2.12  endif
     3.1 --- a/config/cc/gcc.in.2	Thu May 19 22:29:49 2011 +0200
     3.2 +++ b/config/cc/gcc.in.2	Wed May 18 23:42:57 2011 +0200
     3.3 @@ -40,6 +40,10 @@
     3.4        
     3.5        The core gcc is a stripped down, C-only compiler needed to build
     3.6        the C library. Kinda bootstrap gcc, if you wish.
     3.7 +      
     3.8 +      You can enter multiple arguments here, and arguments can contain spaces
     3.9 +      if they are properly quoted (or escaped, but prefer quotes). Eg.:
    3.10 +          --with-foo="1st arg with 4 spaces" --with-bar=2nd-arg-without-space
    3.11  
    3.12  config CC_EXTRA_CONFIG_ARRAY
    3.13      string
    3.14 @@ -48,6 +52,10 @@
    3.15      depends on ! BARE_METAL
    3.16      help
    3.17        Extra flags to pass onto ./configure when configuring gcc.
    3.18 +      
    3.19 +      You can enter multiple arguments here, and arguments can contain spaces
    3.20 +      if they are properly quoted (or escaped, but prefer quotes). Eg.:
    3.21 +          --with-foo="1st arg with 4 spaces" --with-bar=2nd-arg-without-space
    3.22  
    3.23  config STATIC_TOOLCHAIN
    3.24      select CC_STATIC_LIBSTDCXX if CC_GCC_4_4_or_later
     4.1 --- a/config/libc/glibc-eglibc.in-common	Thu May 19 22:29:49 2011 +0200
     4.2 +++ b/config/libc/glibc-eglibc.in-common	Wed May 18 23:42:57 2011 +0200
     4.3 @@ -23,7 +23,9 @@
     4.4      help
     4.5        Extra flags to pass onto ./configure when configuring.
     4.6  
     4.7 -      Eg.: --enable-static-nss
     4.8 +      You can enter multiple arguments here, and arguments can contain spaces
     4.9 +      if they are properly quoted (or escaped, but prefer quotes). Eg.:
    4.10 +          --with-foo="1st arg with 4 spaces" --with-bar=2nd-arg-without-space
    4.11  
    4.12  config LIBC_GLIBC_CONFIGPARMS
    4.13      string