summaryrefslogtreecommitdiff
path: root/meta/packages/glibc/glibc_2.5.bb
diff options
context:
space:
mode:
authorRobert Bragg <bob@openedhand.com>2008-06-07 01:07:18 +0000
committerRobert Bragg <bob@openedhand.com>2008-06-07 01:07:18 +0000
commit3dbb2c002e38ef34918c2fc7114aa903f8fe9ec5 (patch)
tree7281131edef59e5bdbe6c7281751eaa51d7d37f5 /meta/packages/glibc/glibc_2.5.bb
parentdd5ed4b3ada9581b72f493b5d3e9b774d9b4e7bc (diff)
downloadopenembedded-core-3dbb2c002e38ef34918c2fc7114aa903f8fe9ec5.tar.gz
openembedded-core-3dbb2c002e38ef34918c2fc7114aa903f8fe9ec5.tar.bz2
openembedded-core-3dbb2c002e38ef34918c2fc7114aa903f8fe9ec5.tar.xz
openembedded-core-3dbb2c002e38ef34918c2fc7114aa903f8fe9ec5.zip
Newer versions of gcc have multiple internal header directories and when
glibc builds using -nostdinc, it must also add all these internal directories via -system. This adds a patch to make sure the toolchain's "include-fixed" directory gets included in glibc_2.5 builds (if it exists) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4612 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/glibc/glibc_2.5.bb')
-rw-r--r--meta/packages/glibc/glibc_2.5.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/glibc/glibc_2.5.bb b/meta/packages/glibc/glibc_2.5.bb
index cfb1974b2..8a46d2fb8 100644
--- a/meta/packages/glibc/glibc_2.5.bb
+++ b/meta/packages/glibc/glibc_2.5.bb
@@ -54,7 +54,8 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-${PV}.tar.bz2 \
file://generic-bits_time.h \
file://etc/ld.so.conf \
file://generate-supported.mk \
- file://glibc-arm-no-procinfo_h.patch;patch=1"
+ file://glibc-arm-no-procinfo_h.patch;patch=1 \
+ file://glibc-include-fixed.patch;patch=1;pnum=0"
# Build fails on sh3 and sh4 without additional patches