summaryrefslogtreecommitdiff
path: root/config/cc.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/cc.in')
-rw-r--r--config/cc.in31
1 files changed, 3 insertions, 28 deletions
diff --git a/config/cc.in b/config/cc.in
index a88832e..d383be3 100644
--- a/config/cc.in
+++ b/config/cc.in
@@ -2,38 +2,13 @@
menu "C compiler"
-choice
- bool
- prompt "C compiler flavour"
- default CC_GCC
-
-config CC_GCC
- bool
- prompt "gcc"
- select CC_SUPPORT_CXX
- select CC_SUPPORT_FORTRAN
- select CC_SUPPORT_JAVA
- select CC_SUPPORT_ADA
- select CC_SUPPORT_OBJC
- select CC_SUPPORT_OBJCXX
- help
- gcc is the full-blown GNU compiler. This is what most people will choose.
-
- gcc supports many languages, a powerful code parser, optimised binary
- output, and lots of other features.
-
-endchoice
-
-config CC_VERSION
+config CC
string
-config CC
+config CC_VERSION
string
- default "gcc" if CC_GCC
-if CC_GCC
-source config/cc/gcc.in
-endif
+source config.gen/cc.in
config CC_SUPPORT_CXX
bool