diff options
author | Zhenqiang Chen <zhenqiang.chen@linaro.org> | 2013-11-19 14:44:02 +0800 |
---|---|---|
committer | Zhenqiang Chen <zhenqiang.chen@linaro.org> | 2013-11-19 14:44:02 +0800 |
commit | 2f94f99dd875ea38982376254f59bc51f3754982 (patch) | |
tree | 3b96caab878508f12db41ff0ebf2643900f085c0 /config/cc.in | |
parent | b9adbff8e1fe816a1c8bab8accc4c47cd5ac9118 (diff) | |
download | crosstool-ng-2f94f99dd875ea38982376254f59bc51f3754982.tar.gz crosstool-ng-2f94f99dd875ea38982376254f59bc51f3754982.tar.bz2 crosstool-ng-2f94f99dd875ea38982376254f59bc51f3754982.zip |
cc/gcc: Add Fortran support for Baremetal build
Signed-off-by: Zhenqiang Chen <zhenqiang.chen@linaro.org>
[yann.morin.1998@free.fr: fix damage due to mailer]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <CACgzC7D5HCVS-qX=ydcQphNFH=VGgJzTdZWQWaLKAv-CdE8crA@mail.gmail.com>
Patchwork-Id: 292703
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" |