summaryrefslogtreecommitdiff
path: root/toolchain/toolchain-common.in
diff options
context:
space:
mode:
authorSamuel Martin <s.martin49@gmail.com>2016-07-03 15:47:40 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-03 16:58:11 +0200
commitb8a05376f607d4212dca615cf723df67228f5a65 (patch)
treeabddce3d56d6de27399e227ab2f27fb4cef9fecc /toolchain/toolchain-common.in
parent5077bdd939a44815976ffa36e9f30a15935aeac2 (diff)
toolchain: add hidden symbol for fortran support in the toolchain
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>
Diffstat (limited to 'toolchain/toolchain-common.in')
-rw-r--r--toolchain/toolchain-common.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/toolchain-common.in b/toolchain/toolchain-common.in
index 96ce3d1d0..65df31be9 100644
--- a/toolchain/toolchain-common.in
+++ b/toolchain/toolchain-common.in
@@ -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