From: Mumit Khan Date: Mon, 21 Jun 1999 04:33:58 +0000 (-0600) Subject: uwin.h (CPP_SPEC): Use -idirafter instead -iprefix and -iwithprefix. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d6c6680797dbc83bbf9618def4eed40e5100f224;p=gcc.git 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 --- diff --git a/gcc/config/i386/uwin.h b/gcc/config/i386/uwin.h index 0d5019d5b04..73e04add2e9 100644 --- a/gcc/config/i386/uwin.h +++ b/gcc/config/i386/uwin.h @@ -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. */