aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/gcc/gcc-4.5.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-09-23 02:51:31 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-09-22 23:42:28 +0200
commitadc2571887279bc80c2c4739f68fe4f5675cdeeb (patch)
tree72beaed6d2dfe0ec87d7521ac3611d1fa91e2905 /meta-oe/recipes-devtools/gcc/gcc-4.5.inc
parentd8de37e032322202fa1e0b49f90b43a3d4cc0aff (diff)
downloadmeta-openembedded-contrib-adc2571887279bc80c2c4739f68fe4f5675cdeeb.tar.gz
gcc-4.5: Fix cross-gcc build for 64 bit targets
Building gcc-cross-intermediate for x86_64 failed since the notion of multlib has changed in oe-core. So we needed to sync 64bit hack patch from oe-core/gcc-4.6 into meta-oe 4.5 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools/gcc/gcc-4.5.inc')
-rw-r--r--meta-oe/recipes-devtools/gcc/gcc-4.5.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/gcc/gcc-4.5.inc b/meta-oe/recipes-devtools/gcc/gcc-4.5.inc
index 59be31779d..579280ff1c 100644
--- a/meta-oe/recipes-devtools/gcc/gcc-4.5.inc
+++ b/meta-oe/recipes-devtools/gcc/gcc-4.5.inc
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
PV = "4.5"
-PR = "r42"
+PR = "r43"
# BINV should be incremented after updating to a revision
# after a minor gcc release (e.g. 4.5.1 or 4.5.2) has been made