From: kenner Date: Sun, 26 Nov 1995 19:39:43 +0000 (+0000) Subject: (CPP_PREDEFINES): Set __unaligned and __stdcall to null. X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=b5c22991c5999dbffcd3009aafab25ab78e300db;p=pf3gnuchains%2Fgcc-fork.git (CPP_PREDEFINES): Set __unaligned and __stdcall to null. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10601 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/config/alpha/win-nt.h b/gcc/config/alpha/win-nt.h index 6726a7ece42..cb3d9eb2bd9 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