From 1842635ee89b1ffb3b6fda2c9fecaff973900f0a Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Fri, 30 Jul 2010 14:05:16 -0700 Subject: gcc-4.5.0: import some ppc & mips fixes from oe recipes for ppc glibc build failes with -os (optimize for size) gcc option. so the fix disables this gcc options on ppc. MIPS fix is added in the hope of helping webkit-gtk build failure (gcc seg fault). And fix the PR bumps for all affected recipes Signed-off-by: Nitin A Kamble --- meta/packages/gcc/gcc-cross-initial.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/packages/gcc/gcc-cross-initial.inc') diff --git a/meta/packages/gcc/gcc-cross-initial.inc b/meta/packages/gcc/gcc-cross-initial.inc index ceedb6f8a9..f582de9843 100644 --- a/meta/packages/gcc/gcc-cross-initial.inc +++ b/meta/packages/gcc/gcc-cross-initial.inc @@ -12,7 +12,7 @@ EXTRA_OECONF = "--with-local-prefix=${STAGING_DIR_TARGET}${target_prefix} \ --disable-multilib \ --disable-__cxa_atexit \ --enable-languages=c \ - --enable-target-optspace \ + ${OPTSPACE} \ --program-prefix=${TARGET_PREFIX} \ --with-sysroot=${STAGING_DIR_TARGET} \ --with-build-sysroot=${STAGING_DIR_TARGET} \ -- cgit v1.2.3