diff options
Diffstat (limited to 'gcc/config/m68k/ctix.h')
-rw-r--r-- | gcc/config/m68k/ctix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/ctix.h b/gcc/config/m68k/ctix.h index f9886ff..23acccb 100644 --- a/gcc/config/m68k/ctix.h +++ b/gcc/config/m68k/ctix.h @@ -32,7 +32,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Names to predefine in the preprocessor for this target machine. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dmc68000 -Dmc68k -Dunix -Dctix" +#define CPP_PREDEFINES "-Dmc68000 -Dmc68k -Dunix -Dctix -Asystem(unix) -Acpu(m68k) -Amachine(m68k)" /* Where to look for robotussinized startfiles. */ #undef STANDARD_STARTFILE_PREFIX |