From 9c93a77c22f86609f5a0a0292a1e949c735896c7 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 6 Jan 2013 14:13:04 +0100 Subject: Toolchain: make Fortran only if full gcc is installed Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/compiler-options.kconfig | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.3