diff -r 8ff20760e93b -r 529a71ea091e config/cc.in --- a/config/cc.in Fri Nov 08 15:18:09 2013 +0100 +++ b/config/cc.in Thu Jan 16 14:55:23 2014 -0800 @@ -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"