* config/i386/cygwin.h (CPP_SPEC): Add missing space before w32api include.
From-SVN: r40059
This commit is contained in:
parent
e1b71de925
commit
052d4b6cd7
@ -1,3 +1,8 @@
|
|||||||
|
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. */
|
|||||||
" 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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user