From 2da8451745e6168f888392698258ff8fa1e94f76 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 13 Sep 2008 01:47:08 +0000 Subject: This fixes the problem reported in bug 4536. Backport the patch which adds include-fixed to be searched for include files in glibc configure mechanism. This means we do not need the include packaging hack that we have in gcc 4.3.x recipes. I was using 2.6.25 kernel headers which means I have to backport another patch to get rid of asm/page.h. I have tested it on angstrom 2008.1 gcc-4.3.2+glibc-2.6.1 and gcc-4.3.2+eglibc_svn -Khem --- packages/gcc/gcc-cross-intermediate_4.3.1.bb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'packages/gcc/gcc-cross-intermediate_4.3.1.bb') diff --git a/packages/gcc/gcc-cross-intermediate_4.3.1.bb b/packages/gcc/gcc-cross-intermediate_4.3.1.bb index b0932f520d..a9ae5bdf20 100644 --- a/packages/gcc/gcc-cross-intermediate_4.3.1.bb +++ b/packages/gcc/gcc-cross-intermediate_4.3.1.bb @@ -6,9 +6,3 @@ DEPENDS += "gmp-native mpfr-native" EXTRA_OECONF += " --disable-libmudflap \ --disable-libgomp \ --disable-libssp" - -# Hack till we fix *libc properly -do_stage_append() { - ln -sf ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include-fixed/* ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/include/ -} - -- cgit v1.2.3