From 2f94f99dd875ea38982376254f59bc51f3754982 Mon Sep 17 00:00:00 2001 From: Zhenqiang Chen Date: Tue, 19 Nov 2013 14:44:02 +0800 Subject: cc/gcc: Add Fortran support for Baremetal build Signed-off-by: Zhenqiang Chen [yann.morin.1998@free.fr: fix damage due to mailer] Signed-off-by: "Yann E. MORIN" Message-Id: Patchwork-Id: 292703 --- config/cc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/cc.in') 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" -- cgit v1.2.3