Commit 052d4b6c by Christopher Faylor Committed by Christopher Faylor

* config/i386/cygwin.h (CPP_SPEC): Add missing space before w32api include.

From-SVN: r40059
parent e1b71de9
Sun Feb 25 14:26:17 2001 Christopher Faylor <cgf@cygnus.com>
* config/i386/cygwin.h (CPP_SPEC): Add missing space before w32api
include.
2001-02-25 Zack Weinberg <zackw@stanford.edu> 2001-02-25 Zack Weinberg <zackw@stanford.edu>
* config.gcc: Put back pa/t-openbsd and rs6000/t-openbsd. * config.gcc: Put back pa/t-openbsd and rs6000/t-openbsd.
......
...@@ -110,7 +110,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -110,7 +110,7 @@ Boston, MA 02111-1307, USA. */
" CYGWIN_INCLUDES "} \ " CYGWIN_INCLUDES "} \
%{mno-win32: %{mno-cygwin: %emno-cygwin and mno-win32 are not compatible}} \ %{mno-win32: %{mno-cygwin: %emno-cygwin and mno-win32 are not compatible}} \
%{mno-cygwin:-DWIN32 -D_WIN32 -D__WIN32 -D__WIN32__ -DWINNT -D__MSVCRT__ \ %{mno-cygwin:-DWIN32 -D_WIN32 -D__WIN32 -D__WIN32__ -DWINNT -D__MSVCRT__ \
-D__MINGW32__=0.3 %{mthreads:-D_MT} " MINGW_INCLUDES CYGWIN_W32API "\ -D__MINGW32__=0.3 %{mthreads:-D_MT} " MINGW_INCLUDES " " CYGWIN_W32API "\
-iwithprefixbefore ../../../../mingw/include/g++-3 \ -iwithprefixbefore ../../../../mingw/include/g++-3 \
-iwithprefixbefore ../../../../mingw/include \ -iwithprefixbefore ../../../../mingw/include \
-iwithprefixbefore ../../../../mingw32/include/g++-3 \ -iwithprefixbefore ../../../../mingw32/include/g++-3 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment