diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-configure-common.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-configure-common.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-configure-common.inc b/meta/recipes-devtools/gcc/gcc-configure-common.inc index 3dd9de785b..908ad3eb2a 100644 --- a/meta/recipes-devtools/gcc/gcc-configure-common.inc +++ b/meta/recipes-devtools/gcc/gcc-configure-common.inc | |||
@@ -61,6 +61,10 @@ EXTRA_OECONF_append_mips64el = " --with-abi=64 --with-arch-64=mips64 --with-t | |||
61 | EXTRA_OECONF_FPU = "${@get_gcc_fpu_setting(bb, d)}" | 61 | EXTRA_OECONF_FPU = "${@get_gcc_fpu_setting(bb, d)}" |
62 | CPPFLAGS = "" | 62 | CPPFLAGS = "" |
63 | 63 | ||
64 | # powerpc needs this to comply with the ABI | ||
65 | EXTRA_OECONF_append_powerpc = " --with-long-double-128" | ||
66 | EXTRA_OECONF_append_powerpc64 = " --with-long-double-128" | ||
67 | |||
64 | # Used by configure to define additional values for FLAGS_FOR_TARGET - | 68 | # Used by configure to define additional values for FLAGS_FOR_TARGET - |
65 | # passed to all the compilers. | 69 | # passed to all the compilers. |
66 | ARCH_FLAGS_FOR_TARGET = "${TARGET_CC_ARCH}" | 70 | ARCH_FLAGS_FOR_TARGET = "${TARGET_CC_ARCH}" |