aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.3.3.inc
diff options
context:
space:
mode:
authorMichael Smith <msmith@cbnco.com>2009-08-12 00:24:22 -0400
committerMichael Smith <msmith@cbnco.com>2009-08-20 21:53:11 -0400
commit3c7bcc004e9362d97f745eff3cc15a1f0e44c05f (patch)
treee7615c1b211694efb559b34066bc1d2cab2e7332 /recipes/gcc/gcc-4.3.3.inc
parent08825f5f1065c6c17d2f8d594b61a9e276a5fd30 (diff)
downloadopenembedded-3c7bcc004e9362d97f745eff3cc15a1f0e44c05f.tar.gz
gcc: fix libstdc/libgcc packaging on x86_64
do_install was looking under ${D}/some long cross path/*/lib; needs to be lib64 on x86_64. On x86_64 base_libdir would be set to /lib64, so we can go by that. Bump INC_PR for recent gccs: 4.1.2, 4.2.[34], 4.3.[34], 4.4.1. Signed-off-by: Michael Smith <msmith@cbnco.com>
Diffstat (limited to 'recipes/gcc/gcc-4.3.3.inc')
-rw-r--r--recipes/gcc/gcc-4.3.3.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-4.3.3.inc b/recipes/gcc/gcc-4.3.3.inc
index 5802492d58..4a3cb49496 100644
--- a/recipes/gcc/gcc-4.3.3.inc
+++ b/recipes/gcc/gcc-4.3.3.inc
@@ -7,7 +7,7 @@ LICENSE = "GPLv3"
DEPENDS = "mpfr gmp"
-INC_PR = "r5"
+INC_PR = "r6"
SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
file://fedora/gcc43-c++-builtin-redecl.patch;patch=1;pnum=0 \