]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc-configure-common.inc: use --with-long-double-128 on powerpc to comply with ABI
authorMatthew McClintock <msm@freescale.com>
Tue, 28 Feb 2012 23:54:52 +0000 (23:54 +0000)
committerScott Garman <scott.a.garman@intel.com>
Wed, 18 Jul 2012 17:18:50 +0000 (10:18 -0700)
Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-4.6.inc
meta/recipes-devtools/gcc/gcc-configure-common.inc

index 020e21b071448d27db6cc82d6b66d16178b78134..32545ebe4165f6bd4afeb15b6d6b2fcc5d12b089 100644 (file)
@@ -1,6 +1,6 @@
 require gcc-common.inc
 
-PR = "r25"
+PR = "r26"
 
 # Third digit in PV should be incremented after a minor release
 # happens from this branch on gcc e.g. currently its 4.6.0
index 9542dc9301766b45e629a11141771e6f0a1deb83..0f91ed342635740b7fb1491daa9b7d233365235e 100644 (file)
@@ -53,6 +53,10 @@ EXTRA_OECONF_append_linux-uclibceabi = " --disable-__cxa_atexit"
 EXTRA_OECONF_FPU = "${@get_gcc_fpu_setting(bb, d)}"
 CPPFLAGS = ""
 
+# powerpc needs this to comply with the ABI
+EXTRA_OECONF_append_powerpc = " --with-long-double-128"
+EXTRA_OECONF_append_powerpc64 = " --with-long-double-128"
+
 # Used by configure to define additional values for FLAGS_FOR_TARGET -
 # passed to all the compilers.
 ARCH_FLAGS_FOR_TARGET = "${TARGET_CC_ARCH}"