]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
toolchain/toolchain-external: add knob for fortran support
authorSamuel Martin <s.martin49@gmail.com>
Sun, 3 Jul 2016 13:47:47 +0000 (15:47 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 3 Jul 2016 14:58:11 +0000 (16:58 +0200)
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>
toolchain/toolchain-external/Config.in

index 552536ecffbf794271309c2224fca49dcc8a0e92..b12ae30a86976f21e08afb69c90c55dd8176d997 100644 (file)
@@ -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