uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and -iwithprefix.

P
        * i386/uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and
        -iwithprefix.

From-SVN: r27635
This commit is contained in:
Mumit Khan
1999-06-20 22:37:03 -06:00
committed by Jeff Law
parent 11a6824170
commit de3d4fd327

View 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. */