Commit c1a61ccc by Richard Kenner

(CPP_PREDEFINES): Set __unaligned and __stdcall to null.

From-SVN: r10601
parent 320dd7a7
......@@ -28,14 +28,14 @@ Boston, MA 02111-1307, USA. */
/* Names to predefine in the preprocessor for this target machine. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-DWIN32 -D_WIN32\
-DWINNT -D__STDC__=0 -DALMOST_STDC -D_M_ALPHA\
-D_ALPHA_ -D__alpha -D__alpha__ -D_LONGLONG -Asystem(winnt) -Acpu(alpha)\
-Amachine(alpha)"
#define CPP_PREDEFINES "-DWIN32 -D_WIN32 -DWINNT -D__STDC__=0 -DALMOST_STDC\
-D_M_ALPHA -D_ALPHA_ -D__alpha -D__alpha__\
-D_LONGLONG -D__unaligned= -D__stdcall= \
-Asystem(winnt) -Acpu(alpha) -Amachine(alpha)"
#undef ASM_SPEC
#undef ASM_FINAL_SPEC
#define ASM_SPEC "-nopp -nologo"
#define ASM_SPEC "-nopp -nologo %{g:-Zi}"
/* Pointer is 32 bits but the hardware has 64-bit addresses, sign extended. */
#undef POINTER_SIZE
......
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