From 3dbb2c002e38ef34918c2fc7114aa903f8fe9ec5 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Sat, 7 Jun 2008 01:07:18 +0000 Subject: 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 --- meta/packages/glibc/glibc_2.5.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/packages/glibc/glibc_2.5.bb') 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 -- cgit v1.2.3