diff -r 447b203edc2e -r 0c05f9ea3254 config/cc_gcc.in --- a/config/cc_gcc.in Tue Aug 14 20:11:44 2007 +0000 +++ b/config/cc_gcc.in Wed Aug 15 10:14:43 2007 +0000 @@ -2,7 +2,7 @@ choice bool - prompt "Final gcc version" + prompt "gcc version" config CC_V_2_95_3 bool @@ -95,9 +95,19 @@ If you get the missing symbol "__cxa_atexit" when building c++ programs, you might want to try disabling this option. +config CC_CORE_EXTRA_CONFIG + string + prompt "Core gcc extra config" + default "" + help + Extra flags to pass onto ./configure when configuring the core gcc. + + The core gcc is a stripped down, C-only compiler needed to build + the C library. Kinda bootstrap gcc, if you wish. + config CC_EXTRA_CONFIG string - prompt "Final gcc extra config" + prompt "gcc extra config" default "" help Extra flags to pass onto ./configure when configuring gcc.