config/cc/gcc.in
branchbash_array
changeset 1484 c5451809efdb
parent 1393 b432bd628b10
child 1485 d031a67fc494
     1.1 --- a/config/cc/gcc.in	Wed May 27 21:16:01 2009 +0000
     1.2 +++ b/config/cc/gcc.in	Wed Aug 19 19:44:45 2009 +0200
     1.3 @@ -205,6 +205,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"