config/cc/gcc.in.2
changeset 2481 30644208c955
parent 2467 200836977ce6
child 2484 d1a8c2ae7946
     1.1 --- a/config/cc/gcc.in.2	Wed May 18 23:00:46 2011 +0200
     1.2 +++ b/config/cc/gcc.in.2	Thu May 26 22:51:03 2011 +0200
     1.3 @@ -40,6 +40,10 @@
     1.4        
     1.5        The core gcc is a stripped down, C-only compiler needed to build
     1.6        the C library. Kinda bootstrap gcc, if you wish.
     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 CC_EXTRA_CONFIG_ARRAY
    1.13      string
    1.14 @@ -48,6 +52,10 @@
    1.15      depends on ! BARE_METAL
    1.16      help
    1.17        Extra flags to pass onto ./configure when configuring gcc.
    1.18 +      
    1.19 +      You can enter multiple arguments here, and arguments can contain spaces
    1.20 +      if they are properly quoted (or escaped, but prefer quotes). Eg.:
    1.21 +          --with-foo="1st arg with 4 spaces" --with-bar=2nd-arg-without-space
    1.22  
    1.23  config STATIC_TOOLCHAIN
    1.24      select CC_STATIC_LIBSTDCXX if CC_GCC_4_4_or_later