summaryrefslogtreecommitdiff
path: root/patches/glibc/2.3.6/290-gcc-4.3-include.patch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-01-03 22:40:22 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-01-03 22:40:22 (GMT)
commit6568c1a39a29316caf7658f01955c0790639cef0 (patch)
tree37fcc27c967764f9f58c8337b4ce7f63788d26f1 /patches/glibc/2.3.6/290-gcc-4.3-include.patch
parenta28b59354823020a4e0676f40646c60da4f044db (diff)
libc-glibc: remove 2.3.6
This is an obsolete version which is no longer used by any sample (the only user, the ia64 sample, has been removed). It also makes the code path a bit complex, with twists just to accomodate that version. Removing the version will make those twists go away, and will ease commonalisation of glibc and eglibc in the future (hopefully!). Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'patches/glibc/2.3.6/290-gcc-4.3-include.patch')
-rw-r--r--patches/glibc/2.3.6/290-gcc-4.3-include.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/patches/glibc/2.3.6/290-gcc-4.3-include.patch b/patches/glibc/2.3.6/290-gcc-4.3-include.patch
deleted file mode 100644
index 7536153..0000000
--- a/patches/glibc/2.3.6/290-gcc-4.3-include.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-GCC trunk now has multiple internal headers directories, one
-containing the self-contained GCC-provided headers and one containing
-the <limits.h> (not self-contained but including libc's <limits.h> 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 <joseph@codesourcery.com>
-
- * configure.in: Also pass -isystem option for GCC's include-fixed
- directory.
- * configure: Regenerate.
-
-
---- glibc-2.3.6.ori/configure.in 2008-10-22 14:55:58.000000000 +0200
-+++ glibc-2.3.6/configure.in 2008-10-22 14:56:15.000000000 +0200
-@@ -804,7 +804,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'`"
- fi
- AC_SUBST(SYSINCLUDES)
---- glibc-2.3.6.ori/configure 2008-10-22 15:11:37.000000000 +0200
-+++ glibc-2.3.6/configure 2008-10-22 15:11:54.000000000 +0200
-@@ -4438,7 +4438,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'`"
- fi
-