From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- .../glibc/files/glibc-includes-fixed-isystem.patch | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 packages/glibc/files/glibc-includes-fixed-isystem.patch (limited to 'packages/glibc/files/glibc-includes-fixed-isystem.patch') diff --git a/packages/glibc/files/glibc-includes-fixed-isystem.patch b/packages/glibc/files/glibc-includes-fixed-isystem.patch deleted file mode 100644 index 06668f41ed..0000000000 --- a/packages/glibc/files/glibc-includes-fixed-isystem.patch +++ /dev/null @@ -1,32 +0,0 @@ -http://sourceware.org/ml/libc-alpha/2007-03/msg00017.html: - -GCC trunk now has multiple internal headers directories, one -containing the self-contained GCC-provided headers and one containing -the (not self-contained but including libc's or -a fixed version thereof) and the fixed headers; more such directories -may be added in future. - -When glibc uses -nostdinc, it needs to use -isystem options for all -these internal directories. This patch teaches it about the -include-fixed directory (and is harmless with old GCC versions without -that directory). - -2007-03-18 Joseph Myers - - * configure.in: Also pass -isystem option for GCC's include-fixed - directory. - * configure: Regenerate. - -Index: configure.in -=================================================================== ---- /tmp/configure.in 2008-04-05 19:20:52.176759390 +0200 -+++ glibc-2.6.1/configure.in 2008-04-05 19:21:26.663424600 +0200 -@@ -912,7 +912,7 @@ - # thing on a system that doesn't need fixincludes. (Not presently a problem.) - if test -n "$sysheaders"; then - ccheaders=`$CC -print-file-name=include` -- SYSINCLUDES="-nostdinc -isystem $ccheaders \ -+ SYSINCLUDES="-nostdinc -isystem $ccheaders -isystem $ccheaders-fixed \ - -isystem `echo $sysheaders | sed 's/:/ -isystem /g'`" - if test -n "$CXX"; then - cxxversion=`$CXX -dumpversion 2>&AS_MESSAGE_LOG_FD` && -- cgit v1.2.3