summaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.2.4.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.2.4.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.2.4.inc')
-rw-r--r--recipes/gcc/gcc-4.2.4.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-4.2.4.inc b/recipes/gcc/gcc-4.2.4.inc
index 5afd08ba7c..4638ddcdf1 100644
--- a/recipes/gcc/gcc-4.2.4.inc
+++ b/recipes/gcc/gcc-4.2.4.inc
@@ -3,7 +3,7 @@ LICENSE = "GPLv3"
DEPENDS = "mpfr gmp"
-INC_PR = "r7"
+INC_PR = "r8"
SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
file://100-uclibc-conf.patch;patch=1 \