|
@@ -405,6 +405,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
|