summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-01-06 14:13:04 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-01-06 14:13:04 +0100
commit9c93a77c22f86609f5a0a0292a1e949c735896c7 (patch)
tree2530b6562da369c209da96c507e054c6623d49fe
parent33724cb173cc401d7f23e58d381681832721eb43 (diff)
downloadembtoolkit-9c93a77c22f86609f5a0a0292a1e949c735896c7.tar.gz
embtoolkit-9c93a77c22f86609f5a0a0292a1e949c735896c7.tar.bz2
embtoolkit-9c93a77c22f86609f5a0a0292a1e949c735896c7.tar.xz
Toolchain: make Fortran only if full gcc is installed
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--kconfig/compiler-options.kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/kconfig/compiler-options.kconfig b/kconfig/compiler-options.kconfig
index 70de35a..73d0d6a 100644
--- a/kconfig/compiler-options.kconfig
+++ b/kconfig/compiler-options.kconfig
@@ -66,10 +66,12 @@ config EMBTK_GCC_LANGUAGE_OBJECTIVECPP
help
Your toolchain will be able to build Objective-C source code
+if EMBTK_GCC_ONLY_TOOLCHAIN || EMBTK_GCC_AND_LLVM_TOOLCHAIN
config EMBTK_GCC_LANGUAGE_FORTRAN
bool "Support Fortran"
help
Your toolchain will be able to build fortran source code
+endif
#config EMBTK_GCC_LANGUAGE_ADA
# bool "Support Ada"