aboutsummaryrefslogtreecommitdiffstats
path: root/packages/glibc
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-08-06 11:45:56 +0000
committerHolger Freyther <zecke@selfish.org>2006-08-06 11:45:56 +0000
commitb8d1ef0e4fb7c506a5c0de055a276159049df948 (patch)
treeda934a76e83ee9c8ddac03bbabc3d609567f3c94 /packages/glibc
parent44b1ddb504535400e1272d5d9259778249f36b47 (diff)
downloadopenembedded-b8d1ef0e4fb7c506a5c0de055a276159049df948.tar.gz
packages/gcc: For targets (libstdc++,java,mudflap...) use xgcc -E as CPP
GCC compiles the xgcc cross compiler and will compile target libraries e.g. libstdc++. It uses autoconf to configure the target libraries which uses /usr/bin/cpp to determine the presence of host includes. By using xgcc we will not risk to include /usr/include to find standard headers. If we do our cross compile check will hit. The gcc 3.4 series patch only addresses target-libstdc++ where the gcc3.3 and gcc4 series patch all targets
Diffstat (limited to 'packages/glibc')
-rw-r--r--packages/glibc/glibc_2.3.5+cvs20050627.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/glibc/glibc_2.3.5+cvs20050627.bb b/packages/glibc/glibc_2.3.5+cvs20050627.bb
index cea9f85675..9343ab9cc1 100644
--- a/packages/glibc/glibc_2.3.5+cvs20050627.bb
+++ b/packages/glibc/glibc_2.3.5+cvs20050627.bb
@@ -55,6 +55,7 @@ SRC_URI = "http://familiar.handhelds.org/source/v0.8.3/stash_libc_sources.redhat
file://ldsocache-varrun.patch;patch=1 \
file://5090_all_stubs-rule-fix.patch;patch=1 \
file://raise.patch;patch=1 \
+ file://zecke-sane-readelf.patch;patch=1 \
file://etc/ld.so.conf \
file://generate-supported.mk"