uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and -iwithprefix.
authorMumit Khan <khan@xraylith.wisc.edu>
Mon, 21 Jun 1999 04:33:58 +0000 (22:33 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 21 Jun 1999 04:33:58 +0000 (22:33 -0600)
H
        * i386/uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and
        -iwithprefix.

From-SVN: r27632

gcc/config/i386/uwin.h

index 0d5019d5b04ae4fc99e4a0e112328b14684c9611..73e04add2e9759c6373e49c432b3187a71463741 100644 (file)
@@ -44,7 +44,7 @@ Boston, MA 02111-1307, USA. */
 #undef CPP_SPEC
 #define CPP_SPEC "-remap %(cpp_cpu) %{posix:-D_POSIX_SOURCE} \
   -include /usr/include/astwin32.h \
-  -iprefix /usr/gnu/include -iwithprefix /mingw32"
+  -idirafter /usr/gnu/include/mingw32"
 
 /* For Windows applications, include more libraries, but always include
    kernel32.  */