summaryrefslogtreecommitdiff
path: root/config/cc_gcc.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-15 10:14:43 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-15 10:14:43 (GMT)
commite58af8f79ed50126d4e148b1ef509ef6068e2b38 (patch)
treef1dd2a46b25f248c95c44fda4dd25dce0981c7cb /config/cc_gcc.in
parent6c368af5b4e68c05c8774ea5795b708aca9d0d66 (diff)
Get rid of the core cc selection. It is now the same as the final compiler.
Diffstat (limited to 'config/cc_gcc.in')
-rw-r--r--config/cc_gcc.in14
1 files changed, 12 insertions, 2 deletions
diff --git a/config/cc_gcc.in b/config/cc_gcc.in
index 37e7467..51d1240 100644
--- a/config/cc_gcc.in
+++ b/config/cc_gcc.in
@@ -2,7 +2,7 @@
choice
bool
- prompt "Final gcc version"
+ prompt "gcc version"
config CC_V_2_95_3
bool
@@ -95,9 +95,19 @@ config CC_CXA_ATEXIT
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.