diff options
Diffstat (limited to 'gcc/config/m68k/linux-aout.h')
-rw-r--r-- | gcc/config/m68k/linux-aout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/m68k/linux-aout.h b/gcc/config/m68k/linux-aout.h index f7bb337..7b9293a 100644 --- a/gcc/config/m68k/linux-aout.h +++ b/gcc/config/m68k/linux-aout.h @@ -1,5 +1,5 @@ /* Definitions for Motorola m68k running Linux-based GNU systems. - Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 2002 Free Software Foundation, Inc. This file is part of GNU CC. @@ -29,7 +29,7 @@ Boston, MA 02111-1307, USA. */ #define ASM_COMMENT_START "|" #define CPP_PREDEFINES \ - "-Dunix -Dmc68000 -Dmc68020 -Dlinux -Asystem=unix -Asystem=posix -Acpu=m68k -Amachine=m68k" + "-Dunix -Dmc68000 -Dmc68020 -Dgnu_linux -Dlinux -Asystem=unix -Asystem=posix -Acpu=m68k -Amachine=m68k" #undef CPP_SPEC #if TARGET_DEFAULT & MASK_68881 |