summaryrefslogtreecommitdiff
path: root/config/cc.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/cc.in')
-rw-r--r--config/cc.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/cc.in b/config/cc.in
index 1ad692e..a88832e 100644
--- a/config/cc.in
+++ b/config/cc.in
@@ -53,6 +53,8 @@ config CC_SUPPORT_OBJC
config CC_SUPPORT_OBJCXX
bool
+if ! BARE_METAL
+
comment "Additional supported languages:"
config CC_LANG_CXX
@@ -136,4 +138,10 @@ config CC_LANG_OTHERS
Eg. gcc-4.1+ has a toy programming language, treelang. As it is not usefull
in real life, it is not available in the selection above.
+endif # ! BARE_METAL
+
+if BARE_METAL
+comment "Only C language supported on bare metal"
+endif # BARE_METAL
+
endmenu