diff options
Diffstat (limited to 'gcc/config/m68k/next.h')
-rw-r--r-- | gcc/config/m68k/next.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/next.h b/gcc/config/m68k/next.h index 12f348760f4..8d27e761130 100644 --- a/gcc/config/m68k/next.h +++ b/gcc/config/m68k/next.h @@ -33,7 +33,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Dmc68000 -Dm68k -DNeXT -Dunix -D__MACH__ -D__BIG_ENDIAN__ -D__ARCHITECTURE__=\"m68k\" -Asystem(unix) -Asystem(mach) -Acpu(m68k) -Amachine(m68k) -D_NEXT_SOURCE" +#define CPP_PREDEFINES "-Dmc68000 -Dm68k -DNeXT -Dunix -D__MACH__ -D__BIG_ENDIAN__ -D__ARCHITECTURE__=\"m68k\" -Asystem=unix -Asystem=mach -Acpu=m68k -Amachine=m68k -D_NEXT_SOURCE" /* Every structure or union's size must be a multiple of 2 bytes. (Why isn't this in m68k.h?) */ |