summaryrefslogtreecommitdiff
path: root/config/cc.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/cc.in')
-rw-r--r--config/cc.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/config/cc.in b/config/cc.in
index 0c07f46..5603738 100644
--- a/config/cc.in
+++ b/config/cc.in
@@ -4,6 +4,7 @@ menu "C compiler"
config CC
string
+ default "gcc"
config CC_VERSION
string
@@ -120,6 +121,8 @@ config CC_LANG_GOLANG
Only select this if you know that your specific version of the
compiler supports this language.
+endif # ! BARE_METAL
+
config CC_LANG_OTHERS
string
prompt "Other languages (EXPERIMENTAL)"
@@ -132,8 +135,4 @@ config CC_LANG_OTHERS
Eg. gcc-4.1+ has a toy programming language, treelang. As it is not useful
in real life, it is not available in the selection above.
-endif # ! BARE_METAL
-
-source "config.gen/cc.in.2"
-
endmenu