Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-gcc grimoire by Eric Sandall (236072e41e97efa6e25bae6c118ad7dfe06ae3c8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-gcc grimoire by Eric Sandall (236072e41e97efa6e25bae6c118ad7dfe06ae3c8)
  • Date: Wed, 19 Mar 2008 12:07:35 -0500

GIT changes to devel-gcc grimoire by Eric Sandall <sandalle AT sourcemage.org>:

libs/glibc/gcc43.patch | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+)

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

Archive powered by MHonArc 2.6.24.

Top of Page