diff options
author | Michael Smith <msmith@cbnco.com> | 2009-08-12 00:24:22 -0400 |
---|---|---|
committer | Michael Smith <msmith@cbnco.com> | 2009-08-20 21:53:11 -0400 |
commit | 3c7bcc004e9362d97f745eff3cc15a1f0e44c05f (patch) | |
tree | e7615c1b211694efb559b34066bc1d2cab2e7332 /recipes/gcc/gcc-4.2.3.inc | |
parent | 08825f5f1065c6c17d2f8d594b61a9e276a5fd30 (diff) |
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.3.inc')
-rw-r--r-- | recipes/gcc/gcc-4.2.3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-4.2.3.inc b/recipes/gcc/gcc-4.2.3.inc index 1627a96e38..1501c7e618 100644 --- a/recipes/gcc/gcc-4.2.3.inc +++ b/recipes/gcc/gcc-4.2.3.inc @@ -3,7 +3,7 @@ LICENSE = "GPLv3" DEPENDS = "mpfr gmp" -INC_PR = "r11" +INC_PR = "r12" SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://100-uclibc-conf.patch;patch=1 \ |