toolchain: add hidden symbol for fortran support in the toolchain
authorSamuel Martin <s.martin49@gmail.com>
Sun, 3 Jul 2016 13:47:40 +0000 (15:47 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 3 Jul 2016 14:58:11 +0000 (16:58 +0200)
This symbol should be used in all packages requiring/testing for fortran
support.

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
toolchain/toolchain-common.in

index 96ce3d1d05bb611d690f635d4576d11066bb9bff..65df31be9b2f4e37c0bfd231f85fd7b4952a827d 100644 (file)
@@ -21,6 +21,9 @@ config BR2_ENABLE_LOCALE
 config BR2_INSTALL_LIBSTDCPP
        bool
 
+config BR2_TOOLCHAIN_HAS_FORTRAN
+       bool
+
 config BR2_TOOLCHAIN_HAS_THREADS
        bool