]> sourceware.org Git - newlib-cygwin.git/commitdiff
* configure.in (CC_FOR_NEWLIB): Change -isystem's to -I's.
authorThomas Fitzsimmons <fitzsim@redhat.com>
Fri, 3 May 2002 16:39:22 +0000 (16:39 +0000)
committerThomas Fitzsimmons <fitzsim@redhat.com>
Fri, 3 May 2002 16:39:22 +0000 (16:39 +0000)
newlib/ChangeLog
newlib/configure
newlib/configure.in

index 6633c25958a6463f55419eaba5a6ee8d99df0e1b..4ed7ac6c623d5e3c2edc8fb318a732f667151358 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+       * configure.in (CC_FOR_NEWLIB): Change -isystem's to -I's.
+
 2002-05-01  Christopher Faylor  <cgf@redhat.com>
 
        * utmp.h: Define more UNIX constants.
index 1cbcb39ed1cd7790ba82d2c789a820359e6dec51..408502c14cd4118def5073fa43893598d25877b1 100755 (executable)
@@ -2389,7 +2389,7 @@ fi
 # These get added in the top-level configure.in, except in the case where
 # newlib is being built natively.
 if test -z `echo ${CC} | grep \/libc\/include`; then
-  CC_FOR_NEWLIB="${CC} -isystem $PWD/targ-include -isystem ${newlib_basedir}/libc/include"
+  CC_FOR_NEWLIB="${CC} -I$PWD/targ-include -I${newlib_basedir}/libc/include"
 else
   CC_FOR_NEWLIB="${CC}"
 fi
index a1653ecba9ff237007bfaab599b60f164c6b6585..2894d713a695d83339a718cc0ca18ae8dd4e3f74 100644 (file)
@@ -40,7 +40,7 @@ AM_CONDITIONAL(HAVE_DOC, test x$have_doc = xyes)
 # These get added in the top-level configure.in, except in the case where
 # newlib is being built natively.
 if test -z `echo ${CC} | grep \/libc\/include`; then
-  CC_FOR_NEWLIB="${CC} -isystem $PWD/targ-include -isystem ${newlib_basedir}/libc/include"
+  CC_FOR_NEWLIB="${CC} -I$PWD/targ-include -I${newlib_basedir}/libc/include"
 else
   CC_FOR_NEWLIB="${CC}"
 fi
This page took 0.045488 seconds and 5 git commands to generate.