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

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

From-SVN: r27632
This commit is contained in:
Mumit Khan 1999-06-20 22:33:58 -06:00 committed by Jeff Law
parent 9a6346c1d6
commit d6c6680797
1 changed files with 1 additions and 1 deletions

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