diff -r 8ff20760e93b -r ead33a889ef9 config/cc.in --- a/config/cc.in Fri Nov 08 15:18:09 2013 +0100 +++ b/config/cc.in Sun Jan 05 19:44:45 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"