diff options
author | Robert Bragg <bob@openedhand.com> | 2008-06-07 01:07:18 +0000 |
---|---|---|
committer | Robert Bragg <bob@openedhand.com> | 2008-06-07 01:07:18 +0000 |
commit | 3dbb2c002e38ef34918c2fc7114aa903f8fe9ec5 (patch) | |
tree | 7281131edef59e5bdbe6c7281751eaa51d7d37f5 /meta/packages/glibc/glibc_2.5.bb | |
parent | dd5ed4b3ada9581b72f493b5d3e9b774d9b4e7bc (diff) | |
download | poky-3dbb2c002e38ef34918c2fc7114aa903f8fe9ec5.tar.gz |
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.bb | 3 |
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 cfb1974b2d..8a46d2fb85 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 \ | |||
54 | file://generic-bits_time.h \ | 54 | file://generic-bits_time.h \ |
55 | file://etc/ld.so.conf \ | 55 | file://etc/ld.so.conf \ |
56 | file://generate-supported.mk \ | 56 | file://generate-supported.mk \ |
57 | file://glibc-arm-no-procinfo_h.patch;patch=1" | 57 | file://glibc-arm-no-procinfo_h.patch;patch=1 \ |
58 | file://glibc-include-fixed.patch;patch=1;pnum=0" | ||
58 | 59 | ||
59 | 60 | ||
60 | # Build fails on sh3 and sh4 without additional patches | 61 | # Build fails on sh3 and sh4 without additional patches |