gcc: fix libstdc/libgcc packaging on x86_64
authorMichael Smith <msmith@cbnco.com>
Wed, 12 Aug 2009 04:24:22 +0000 (00:24 -0400)
committerMichael Smith <msmith@cbnco.com>
Fri, 21 Aug 2009 01:53:11 +0000 (21:53 -0400)
commit3c7bcc004e9362d97f745eff3cc15a1f0e44c05f
treee7615c1b211694efb559b34066bc1d2cab2e7332
parent08825f5f1065c6c17d2f8d594b61a9e276a5fd30
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>
recipes/gcc/gcc-4.1.2.inc
recipes/gcc/gcc-4.2.3.inc
recipes/gcc/gcc-4.2.4.inc
recipes/gcc/gcc-4.3.3.inc
recipes/gcc/gcc-4.3.4.inc
recipes/gcc/gcc-4.4.1.inc
recipes/gcc/gcc-package-cross.inc