diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-06-06 14:37:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-12 23:34:24 +0100 |
commit | 12094ce1bf44b25b6bb631735f4e3d96a66a234b (patch) | |
tree | 0f51f5c020f8f5f1d954df448110dc6ad1e515eb /meta/recipes-devtools | |
parent | 63f364fb2ae8286efe56d5656419d5d5f463b9f4 (diff) | |
download | poky-12094ce1bf44b25b6bb631735f4e3d96a66a234b.tar.gz |
gcc-8: Disable float128 for ppc/musl
(From OE-Core rev: 0685753ed967fb87b0ab4e96fe4d27ebe2e97eb3)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gcc/gcc-common.inc index aa3b53e64c..00fec0bb6e 100644 --- a/meta/recipes-devtools/gcc/gcc-common.inc +++ b/meta/recipes-devtools/gcc/gcc-common.inc | |||
@@ -46,7 +46,7 @@ def get_long_double_setting(bb, d): | |||
46 | if d.getVar('TRANSLATED_TARGET_ARCH') in [ 'powerpc', 'powerpc64' ] and d.getVar('TCLIBC') in [ 'glibc' ]: | 46 | if d.getVar('TRANSLATED_TARGET_ARCH') in [ 'powerpc', 'powerpc64' ] and d.getVar('TCLIBC') in [ 'glibc' ]: |
47 | return "--with-long-double-128" | 47 | return "--with-long-double-128" |
48 | else: | 48 | else: |
49 | return "--without-long-double-128" | 49 | return "--without-long-double-128 libgcc_cv_powerpc_float128=no" |
50 | return "" | 50 | return "" |
51 | 51 | ||
52 | def get_gcc_multiarch_setting(bb, d): | 52 | def get_gcc_multiarch_setting(bb, d): |