diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-07-30 14:05:16 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-10 15:02:09 +0100 |
commit | 1842635ee89b1ffb3b6fda2c9fecaff973900f0a (patch) | |
tree | 99cdf8ed7bb8c20e5ea209f15c7fc56d4fb280e2 /meta/packages/gcc/gcc-cross-intermediate.inc | |
parent | 8fd7cc38b54a62cdc00f505cbfcb25a37013f641 (diff) | |
download | poky-1842635ee89b1ffb3b6fda2c9fecaff973900f0a.tar.gz |
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 <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/packages/gcc/gcc-cross-intermediate.inc')
-rw-r--r-- | meta/packages/gcc/gcc-cross-intermediate.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gcc/gcc-cross-intermediate.inc b/meta/packages/gcc/gcc-cross-intermediate.inc index bab9d4a224..72a42411b1 100644 --- a/meta/packages/gcc/gcc-cross-intermediate.inc +++ b/meta/packages/gcc/gcc-cross-intermediate.inc | |||
@@ -10,7 +10,7 @@ EXTRA_OECONF = "--with-local-prefix=${STAGING_DIR_TARGET}${target_prefix} \ | |||
10 | --disable-multilib \ | 10 | --disable-multilib \ |
11 | --disable-threads \ | 11 | --disable-threads \ |
12 | --enable-languages=c \ | 12 | --enable-languages=c \ |
13 | --enable-target-optspace \ | 13 | ${OPTSPACE} \ |
14 | --program-prefix=${TARGET_PREFIX} \ | 14 | --program-prefix=${TARGET_PREFIX} \ |
15 | --with-sysroot=${STAGING_DIR_TARGET} \ | 15 | --with-sysroot=${STAGING_DIR_TARGET} \ |
16 | --with-build-sysroot=${STAGING_DIR_TARGET} \ | 16 | --with-build-sysroot=${STAGING_DIR_TARGET} \ |