New commits:
commit 236072e41e97efa6e25bae6c118ad7dfe06ae3c8
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
glibc: Fix compilation with gcc 4.3.0 (thanks to Elisamuel Resto)
(cherry picked from commit 76ed61f72a19493f6164c7b2de0c0f34ce65f43f)
diff --git a/libs/glibc/gcc43.patch b/libs/glibc/gcc43.patch
new file mode 100644
index 0000000..6320f2e
--- /dev/null
+++ b/libs/glibc/gcc43.patch
@@ -0,0 +1,27 @@
+2007-03-18 Joseph Myers <joseph AT codesourcery.com>
+
+ * configure.in: Also pass -isystem option for GCC's include-fixed
+ directory.
+ * configure: Regenerate.
+
+Index: configure.in
+===================================================================
+RCS file: /cvs/glibc/libc/configure.in,v
+retrieving revision 1.468
+diff -u -r1.468 configure.in
+--- configure.in 17 Mar 2007 17:01:46 -0000 1.468
++++ configure.in 18 Mar 2007 20:35:03 -0000
+@@ -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` &&
+
+--
+Joseph S. Myers
+joseph AT codesourcery.com
+
[SM-Commit] GIT changes to devel-gcc grimoire by Eric Sandall (236072e41e97efa6e25bae6c118ad7dfe06ae3c8),
Eric Sandall, 03/19/2008