config/cc_gcc.in
changeset 331 0c05f9ea3254
parent 330 447b203edc2e
child 346 33e5e62eeee7
     1.1 --- a/config/cc_gcc.in	Tue Aug 14 20:11:44 2007 +0000
     1.2 +++ b/config/cc_gcc.in	Wed Aug 15 10:14:43 2007 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  choice
     1.6      bool
     1.7 -    prompt "Final gcc version"
     1.8 +    prompt "gcc version"
     1.9  
    1.10  config CC_V_2_95_3
    1.11      bool
    1.12 @@ -95,9 +95,19 @@
    1.13        If you get the missing symbol "__cxa_atexit" when building c++ programs,
    1.14        you might want to try disabling this option.
    1.15  
    1.16 +config CC_CORE_EXTRA_CONFIG
    1.17 +    string
    1.18 +    prompt "Core gcc extra config"
    1.19 +    default ""
    1.20 +    help
    1.21 +      Extra flags to pass onto ./configure when configuring the core gcc.
    1.22 +      
    1.23 +      The core gcc is a stripped down, C-only compiler needed to build
    1.24 +      the C library. Kinda bootstrap gcc, if you wish.
    1.25 +
    1.26  config CC_EXTRA_CONFIG
    1.27      string
    1.28 -    prompt "Final gcc extra config"
    1.29 +    prompt "gcc extra config"
    1.30      default ""
    1.31      help
    1.32        Extra flags to pass onto ./configure when configuring gcc.