aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-3.4.6.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-09-13 09:03:26 +0200
committerKoen Kooi <koen@openembedded.org>2010-09-13 12:34:55 +0200
commit84bfaa05361391edc6a82acafbb1996c789a3a12 (patch)
tree27006321ae057beb1cdb7b317430746e24da7004 /recipes/gcc/gcc-3.4.6.inc
parente316623268bc9dcccab20c254cc3b9dd5d3896bd (diff)
downloadopenembedded-84bfaa05361391edc6a82acafbb1996c789a3a12.tar.gz
gcc-package-cross.inc: install shlibs lists into target dir instead of host dir
This fixes the "libstdc++ isn't installed into my rootfs anymore" type of problems after a full rebuild of all packages This bumps PR of gcc to force a rebuild, but that is *NOT* enough to fix the packages built before this fix, those still need rebuilding Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Dallas Foley <dfoley@telus.net> Acked-by: Graeme Gregory <dp@xora.org.uk> Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/gcc/gcc-3.4.6.inc')
-rw-r--r--recipes/gcc/gcc-3.4.6.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-3.4.6.inc b/recipes/gcc/gcc-3.4.6.inc
index b6b01e3737..5296f263c8 100644
--- a/recipes/gcc/gcc-3.4.6.inc
+++ b/recipes/gcc/gcc-3.4.6.inc
@@ -1,5 +1,7 @@
require gcc-common.inc
+INC_PR = "r1"
+
SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \
file://gcc34-reverse-compare.patch \
file://gcc34-arm-ldm.patch \