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, 2 insertions, 6 deletions
diff --git a/config/cc.in b/config/cc.in
index d383be3..df714e2 100644
--- a/config/cc.in
+++ b/config/cc.in
@@ -28,8 +28,6 @@ config CC_SUPPORT_OBJC
config CC_SUPPORT_OBJCXX
bool
-if ! BARE_METAL
-
comment "Additional supported languages:"
config CC_LANG_CXX
@@ -43,6 +41,8 @@ config CC_LANG_CXX
Only select this if you know that your specific version of the
compiler supports this language.
+if ! BARE_METAL
+
config CC_LANG_FORTRAN
bool
prompt "Fortran"
@@ -115,8 +115,4 @@ config CC_LANG_OTHERS
endif # ! BARE_METAL
-if BARE_METAL
-comment "Only C language supported on bare metal"
-endif # BARE_METAL
-
endmenu