diff options
Diffstat (limited to 'config/cc.in')
-rw-r--r-- | config/cc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cc.in b/config/cc.in index ff697270..dd4c52bc 100644 --- a/config/cc.in +++ b/config/cc.in @@ -46,8 +46,6 @@ 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" @@ -58,6 +56,8 @@ config CC_LANG_FORTRAN Only select this if you know that your specific version of the compiler supports this language. +if ! BARE_METAL + config CC_LANG_JAVA bool prompt "Java" |