From: Samuel Martin Date: Sun, 3 Jul 2016 13:47:47 +0000 (+0200) Subject: toolchain/toolchain-external: add knob for fortran support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a650438d07045a15e16fa1bdde5cf143bbe85566;p=buildroot.git toolchain/toolchain-external: add knob for fortran support Signed-off-by: Samuel Martin Signed-off-by: Vicente Olivert Riera Signed-off-by: Thomas Petazzoni --- diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in index 552536ecff..b12ae30a86 100644 --- a/toolchain/toolchain-external/Config.in +++ b/toolchain/toolchain-external/Config.in @@ -1020,6 +1020,14 @@ config BR2_TOOLCHAIN_EXTERNAL_CXX support. If you don't know, leave the default value, Buildroot will tell you if it's correct or not. +config BR2_TOOLCHAIN_EXTERNAL_FORTRAN + bool "Toolchain has Fortran support?" + select BR2_TOOLCHAIN_HAS_FORTRAN + help + Select this option if your external toolchain has Fortran + support. If you don't know, leave the default value, + Buildroot will tell you if it's correct or not. + config BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS string "Extra toolchain libraries to be copied to target" help