summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-12-24 17:34:32 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-12-24 17:34:32 (GMT)
commita4e2d34a0fa11a7728303dd761586492ed40b016 (patch)
tree9ae85fff465fb2b04fa504a3fe1a159119f2ebf5 /config
parenta3ffccfeff8ea54fef48df4807ba40df7d542b77 (diff)
Enable C++ for baremetal.
/trunk/scripts/build/cc/gcc.sh | 7 5 2 0 +++++-- /trunk/config/cc.in | 8 2 6 0 ++------ 2 files changed, 7 insertions(+), 8 deletions(-)
Diffstat (limited to 'config')
-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