OSDN Git Service

H
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Jun 1999 04:33:58 +0000 (04:33 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Jun 1999 04:33:58 +0000 (04:33 +0000)
        * i386/uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and
        -iwithprefix.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27632 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i386/uwin.h

index 0d5019d..73e04ad 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.  */