diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-11-26 14:39:43 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-11-26 14:39:43 -0500 |
commit | c1a61ccc9d126371ab838067c3c5fd35b24f9a19 (patch) | |
tree | d4ad04ae78c94fe25484dcdbc036ca73927673ff | |
parent | 320dd7a75afd6883535888aaa4baa88976d185e6 (diff) | |
download | gcc-c1a61ccc9d126371ab838067c3c5fd35b24f9a19.zip gcc-c1a61ccc9d126371ab838067c3c5fd35b24f9a19.tar.gz gcc-c1a61ccc9d126371ab838067c3c5fd35b24f9a19.tar.bz2 |
(CPP_PREDEFINES): Set __unaligned and __stdcall to null.
From-SVN: r10601
-rw-r--r-- | gcc/config/alpha/win-nt.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config/alpha/win-nt.h b/gcc/config/alpha/win-nt.h index 6726a7e..cb3d9eb 100644 --- a/gcc/config/alpha/win-nt.h +++ b/gcc/config/alpha/win-nt.h @@ -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 |