diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-configure-common.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-configure-common.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-configure-common.inc b/meta/recipes-devtools/gcc/gcc-configure-common.inc index 3f9d03f773..71dce12f45 100644 --- a/meta/recipes-devtools/gcc/gcc-configure-common.inc +++ b/meta/recipes-devtools/gcc/gcc-configure-common.inc | |||
@@ -47,6 +47,7 @@ EXTRA_OECONF = "\ | |||
47 | ${EXTRA_OECONF_GCC_FLOAT} \ | 47 | ${EXTRA_OECONF_GCC_FLOAT} \ |
48 | ${EXTRA_OECONF_PATHS} \ | 48 | ${EXTRA_OECONF_PATHS} \ |
49 | ${@get_gcc_mips_plt_setting(bb, d)} \ | 49 | ${@get_gcc_mips_plt_setting(bb, d)} \ |
50 | ${@get_long_double_setting(bb, d)} \ | ||
50 | ${@get_gcc_multiarch_setting(bb, d)} \ | 51 | ${@get_gcc_multiarch_setting(bb, d)} \ |
51 | " | 52 | " |
52 | 53 | ||
@@ -66,10 +67,6 @@ EXTRA_OECONF_append_mips64el = " --with-abi=64 --with-arch-64=mips64 --with-tune | |||
66 | EXTRA_OECONF_GCC_FLOAT ??= "" | 67 | EXTRA_OECONF_GCC_FLOAT ??= "" |
67 | CPPFLAGS = "" | 68 | CPPFLAGS = "" |
68 | 69 | ||
69 | # powerpc needs this to comply with the ABI | ||
70 | EXTRA_OECONF_append_powerpc = " --with-long-double-128" | ||
71 | EXTRA_OECONF_append_powerpc64 = " --with-long-double-128" | ||
72 | |||
73 | SYSTEMHEADERS = "${target_includedir}" | 70 | SYSTEMHEADERS = "${target_includedir}" |
74 | SYSTEMLIBS = "${target_base_libdir}/" | 71 | SYSTEMLIBS = "${target_base_libdir}/" |
75 | SYSTEMLIBS1 = "${target_libdir}/" | 72 | SYSTEMLIBS1 = "${target_libdir}/" |