summaryrefslogtreecommitdiff
path: root/meta/packages/gcc/gcc-4.5.0.inc
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2010-07-27 00:11:26 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-30 14:50:30 +0100
commit7325781e35d488ec9b1dea9e8af3ea68e5f0cfcd (patch)
treec69af032399c1f9d7ebe042debf4aa4e429fe913 /meta/packages/gcc/gcc-4.5.0.inc
parent067863d38d68d4b3ab8002d8bba71687c17fcc96 (diff)
downloadopenembedded-core-7325781e35d488ec9b1dea9e8af3ea68e5f0cfcd.tar.gz
openembedded-core-7325781e35d488ec9b1dea9e8af3ea68e5f0cfcd.tar.bz2
openembedded-core-7325781e35d488ec9b1dea9e8af3ea68e5f0cfcd.tar.xz
openembedded-core-7325781e35d488ec9b1dea9e8af3ea68e5f0cfcd.zip
gcc-4.5.0: apply the lib64 path 64bithack.patch
Bump the PR for all the affected recipes Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/packages/gcc/gcc-4.5.0.inc')
-rw-r--r--meta/packages/gcc/gcc-4.5.0.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/packages/gcc/gcc-4.5.0.inc b/meta/packages/gcc/gcc-4.5.0.inc
index ebf5e17ae..9d66940bf 100644
--- a/meta/packages/gcc/gcc-4.5.0.inc
+++ b/meta/packages/gcc/gcc-4.5.0.inc
@@ -4,8 +4,6 @@ LICENSE = "GPLv3"
DEPENDS =+ "mpfr gmp libmpc elfutils"
NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native elfutils-native"
-PR = "r0"
-
SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
file://gcc-4.5.0_to_svn_162398.patch.bz2 \
file://gcc_revert_base_version_to_4.5.0.patch \
@@ -46,6 +44,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
file://zecke-xgcc-cpp.patch \
file://gcc-poison-system-directories.patch \
file://gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch \
+ file://64bithack.patch;patch=1 \
"
SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 "