cygwin32 patch for Noer
cygwin32 patch for Noer * i386/cygwin32.h (CPP_PREDEFINES): Delete -DPOSIX. * i386/xm-cygwin32.h (POSIX): Define. From-SVN: r16432
This commit is contained in:
parent
c0700ea5ea
commit
8f3189a48b
@ -1,3 +1,8 @@
|
||||
Tue Nov 11 16:25:49 1997 Jim Wilson <wilson@cygnus.com>
|
||||
|
||||
* i386/cygwin32.h (CPP_PREDEFINES): Delete -DPOSIX.
|
||||
* i386/xm-cygwin32.h (POSIX): Define.
|
||||
|
||||
Mon Nov 10 20:53:11 1997 Gavin Koch <gavin@cygnus.com>
|
||||
|
||||
* config/mips/mips.h (MASK_DEBUG_H): Set to zero, so this bit
|
||||
|
@ -36,7 +36,7 @@ Boston, MA 02111-1307, USA. */
|
||||
#endif
|
||||
|
||||
#define CPP_PREDEFINES "-Di386 -D_WIN32 \
|
||||
-DPOSIX -D__CYGWIN32__ -DWINNT -D_X86_=1 -D__STDC__=1\
|
||||
-D__CYGWIN32__ -DWINNT -D_X86_=1 -D__STDC__=1\
|
||||
-D__stdcall=__attribute__((__stdcall__)) \
|
||||
-D__cdecl=__attribute__((__cdecl__)) \
|
||||
-Asystem(winnt) -Acpu(i386) -Amachine(i386)"
|
||||
@ -199,3 +199,6 @@ do { \
|
||||
TREE_CODE (DECL) == FUNCTION_DECL \
|
||||
? "discard" : "same_size"); \
|
||||
} while (0)
|
||||
|
||||
#undef ASM_COMMENT_START
|
||||
#define ASM_COMMENT_START " #"
|
||||
|
@ -26,3 +26,6 @@ Boston, MA 02111-1307, USA. */
|
||||
|
||||
/* Even though we support "/", allow "\" since everybody tests both. */
|
||||
#define DIR_SEPARATOR '\\'
|
||||
|
||||
/* This is needed so that protoize will compile. */
|
||||
#define POSIX
|
||||
|
Loading…
Reference in New Issue
Block a user