From 3c7bcc004e9362d97f745eff3cc15a1f0e44c05f Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 12 Aug 2009 00:24:22 -0400 Subject: 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 --- recipes/gcc/gcc-4.4.1.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/gcc/gcc-4.4.1.inc') diff --git a/recipes/gcc/gcc-4.4.1.inc b/recipes/gcc/gcc-4.4.1.inc index a5b9d918e4..2759ab9799 100644 --- a/recipes/gcc/gcc-4.4.1.inc +++ b/recipes/gcc/gcc-4.4.1.inc @@ -7,7 +7,7 @@ LICENSE = "GPLv3" DEPENDS = "mpfr gmp" -INC_PR = "r1" +INC_PR = "r2" FILESPATHPKG .= ":gcc-$PV" -- cgit v1.2.3