diff options
Diffstat (limited to 'gcc/config/m68k/3b1g.h')
-rw-r--r-- | gcc/config/m68k/3b1g.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/3b1g.h b/gcc/config/m68k/3b1g.h index d8c7471c9f1..c80f05eac34 100644 --- a/gcc/config/m68k/3b1g.h +++ b/gcc/config/m68k/3b1g.h @@ -37,7 +37,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ "%{m68020:-mc68020}%{mc68020:-mc68020}%{!mc68020:%{!m68020:-mc68010}}" /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Dmc68000 -Dmc68k -Dunix -Dunixpc" +#define CPP_PREDEFINES "-Dmc68000 -Dmc68k -Dunix -Dunixpc -Asystem(unix) -Asystem(svr3) -Acpu(m68k) -Amachine(m68k)" /* This is (not really) BSD, so (but) it wants DBX format. */ #define DBX_DEBUGGING_INFO |