summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/gsl/gsl.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/gsl/gsl.inc')
-rw-r--r--meta-oe/recipes-support/gsl/gsl.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/gsl/gsl.inc b/meta-oe/recipes-support/gsl/gsl.inc
index 0dd197efa4..d0fa9344eb 100644
--- a/meta-oe/recipes-support/gsl/gsl.inc
+++ b/meta-oe/recipes-support/gsl/gsl.inc
@@ -7,3 +7,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
7inherit autotools pkgconfig binconfig 7inherit autotools pkgconfig binconfig
8 8
9LEAD_SONAME = "libgsl.so" 9LEAD_SONAME = "libgsl.so"
10
11# Uses fpu_control.h which is glibc only header see ieee-utils/fp-gnuppc.c
12COMPATIBLE_HOST:libc-musl:powerpc = "null"