summaryrefslogtreecommitdiff
path: root/meta/packages/gcc/gcc-cross-canadian_4.5.0.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2010-07-30 14:05:16 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-10 15:02:09 +0100
commit1842635ee89b1ffb3b6fda2c9fecaff973900f0a (patch)
tree99cdf8ed7bb8c20e5ea209f15c7fc56d4fb280e2 /meta/packages/gcc/gcc-cross-canadian_4.5.0.bb
parent8fd7cc38b54a62cdc00f505cbfcb25a37013f641 (diff)
downloadopenembedded-core-1842635ee89b1ffb3b6fda2c9fecaff973900f0a.tar.gz
openembedded-core-1842635ee89b1ffb3b6fda2c9fecaff973900f0a.tar.bz2
openembedded-core-1842635ee89b1ffb3b6fda2c9fecaff973900f0a.tar.xz
openembedded-core-1842635ee89b1ffb3b6fda2c9fecaff973900f0a.zip
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-canadian_4.5.0.bb')
-rw-r--r--meta/packages/gcc/gcc-cross-canadian_4.5.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gcc/gcc-cross-canadian_4.5.0.bb b/meta/packages/gcc/gcc-cross-canadian_4.5.0.bb
index 3eea4bcaf..92708d44e 100644
--- a/meta/packages/gcc/gcc-cross-canadian_4.5.0.bb
+++ b/meta/packages/gcc/gcc-cross-canadian_4.5.0.bb
@@ -5,7 +5,7 @@ require gcc-cross-canadian.inc
require gcc-configure-sdk.inc
require gcc-package-sdk.inc
-PR = "r3"
+PR = "r4"
DEPENDS += "gmp-nativesdk mpfr-nativesdk libmpc-nativesdk elfutils-nativesdk"
RDEPENDS_${PN} += "mpfr-nativesdk libmpc-nativesdk elfutils-nativesdk"