config/cc/gcc.in
changeset 1485 d031a67fc494
parent 1462 7c4675d57741
parent 1484 c5451809efdb
child 1534 d4ddf19a1968
     1.1 --- a/config/cc/gcc.in	Fri Aug 07 18:21:29 2009 +0200
     1.2 +++ b/config/cc/gcc.in	Wed Aug 19 19:52:04 2009 +0200
     1.3 @@ -219,6 +219,17 @@
     1.4  
     1.5  endchoice
     1.6  
     1.7 +config CC_ENABLE_CXX_FLAGS
     1.8 +    string
     1.9 +    prompt "Flags to pass to --enable-cxx-flags"
    1.10 +    default ""
    1.11 +    help
    1.12 +      Enter here the value of the gcc's ./configure option --enable-cxx-flags.
    1.13 +      Leave empty if you don't know better.
    1.14 +      
    1.15 +      Note: just pass in the option _value_, that is only the part that goes
    1.16 +      after the '=' sign.
    1.17 +
    1.18  config CC_CORE_EXTRA_CONFIG
    1.19      string
    1.20      prompt "Core gcc extra config"