summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-02-28 01:10:45 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-02-28 01:10:45 +0000
commit4a415167320a8238265f638ca72688d59c9f8c76 (patch)
tree6206ecdf648f62093a6f7d2dbae90be21bd7ec27 /libc
parent0e9ec8ccf4bc5a14db74cc704b8cf71f965a7ed5 (diff)
downloadeglibc2-4a415167320a8238265f638ca72688d59c9f8c76.tar.gz
* configure.in: Also pass -isystem option for GCC's include-fixed
directory. * configure: Regenerate. git-svn-id: svn://svn.eglibc.org/trunk@1584 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc')
-rw-r--r--libc/ChangeLog.eglibc6
-rwxr-xr-xlibc/configure2
-rw-r--r--libc/configure.in2
3 files changed, 8 insertions, 2 deletions
diff --git a/libc/ChangeLog.eglibc b/libc/ChangeLog.eglibc
index ce421355a..5aaf90fd6 100644
--- a/libc/ChangeLog.eglibc
+++ b/libc/ChangeLog.eglibc
@@ -1,3 +1,9 @@
+2007-02-27 Joseph Myers <joseph@codesourcery.com>
+
+ * configure.in: Also pass -isystem option for GCC's include-fixed
+ directory.
+ * configure: Regenerate.
+
2007-02-20 Jim Blandy <jimb@codesourcery.com>
* Makefile (install-headers): Preserve old behavior: depend on
diff --git a/libc/configure b/libc/configure
index fb72bc4ad..aac36364f 100755
--- a/libc/configure
+++ b/libc/configure
@@ -4566,7 +4566,7 @@ echo "$as_me: WARNING:
# 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>&5` &&
diff --git a/libc/configure.in b/libc/configure.in
index 651bb63a7..e2b82df12 100644
--- a/libc/configure.in
+++ b/libc/configure.in
@@ -915,7 +915,7 @@ test -n "$aux_missing" && AC_MSG_WARN([
# 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` &&