diff options
author | Mumit Khan <khan@xraylith.wisc.edu> | 1999-06-20 22:33:58 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-06-20 22:33:58 -0600 |
commit | d6c6680797dbc83bbf9618def4eed40e5100f224 (patch) | |
tree | a2b40556d70a61df10deb0a926b84a1650ed74fb /gcc | |
parent | 9a6346c1d6b8b6165b89e93dc245e6b2fe096743 (diff) | |
download | gcc-d6c6680797dbc83bbf9618def4eed40e5100f224.zip gcc-d6c6680797dbc83bbf9618def4eed40e5100f224.tar.gz gcc-d6c6680797dbc83bbf9618def4eed40e5100f224.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/uwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/uwin.h b/gcc/config/i386/uwin.h index 0d5019d..73e04ad 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. */ |