浏览代码

toolchain/toolchain-external: add knob for fortran support

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Samuel Martin 9 年之前
父节点
当前提交
a650438d07
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      toolchain/toolchain-external/Config.in

+ 8 - 0
toolchain/toolchain-external/Config.in

@@ -1020,6 +1020,14 @@ config BR2_TOOLCHAIN_EXTERNAL_CXX
 	  support. If you don't know, leave the default value,
 	  support. If you don't know, leave the default value,
 	  Buildroot will tell you if it's correct or not.
 	  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
 config BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS
 	string "Extra toolchain libraries to be copied to target"
 	string "Extra toolchain libraries to be copied to target"
 	help
 	help