diff options
author | Doug Evans <dje@gnu.org> | 1993-10-02 08:55:06 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1993-10-02 08:55:06 +0000 |
commit | 65c42379347dc106a14c325e65ebfd604f47ef56 (patch) | |
tree | 050a6b41260f199321898802f4b6e356de77f1c9 /gcc/config/m68k/sun3.h | |
parent | c8cdb42bc6c1050b7f687b987275e8d160e25eb7 (diff) | |
download | gcc-65c42379347dc106a14c325e65ebfd604f47ef56.zip gcc-65c42379347dc106a14c325e65ebfd604f47ef56.tar.gz gcc-65c42379347dc106a14c325e65ebfd604f47ef56.tar.bz2 |
(CPP_PREDEFINES): Add system/cpu/machine assertions where missing.
From-SVN: r5557
Diffstat (limited to 'gcc/config/m68k/sun3.h')
-rw-r--r-- | gcc/config/m68k/sun3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/sun3.h b/gcc/config/m68k/sun3.h index 86b3414..43a5391 100644 --- a/gcc/config/m68k/sun3.h +++ b/gcc/config/m68k/sun3.h @@ -82,7 +82,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Dmc68000 -Dsun -Dunix -D_CROSS_TARGET_ARCH=SUN3" +#define CPP_PREDEFINES "-Dmc68000 -Dsun -Dunix -D_CROSS_TARGET_ARCH=SUN3 -Asystem(unix) -Asystem(bsd) -Acpu(m68k) -Amachine(m68k)" /* STARTFILE_SPEC to include sun floating point initialization This is necessary (tr: Sun does it) for both the m68881 and the fpa |