diff -r 8ff20760e93b -r e11a8a2e225d config/cc.in --- a/config/cc.in Fri Nov 08 15:18:09 2013 +0100 +++ b/config/cc.in Tue Mar 11 22:11:43 2014 +0100 @@ -46,8 +46,6 @@ 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 @@ 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"