diff options
author | Richard Stallman <rms@gnu.org> | 1993-08-13 01:24:18 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-08-13 01:24:18 +0000 |
commit | 1930a6180e9d24e5fe15304ca7da3cc0dbd87e18 (patch) | |
tree | 997253fbba973f1f1739e6edefe1c45d99696673 | |
parent | b19003d87989d1b480762acc56eb65851cbea91f (diff) | |
download | gcc-1930a6180e9d24e5fe15304ca7da3cc0dbd87e18.zip gcc-1930a6180e9d24e5fe15304ca7da3cc0dbd87e18.tar.gz gcc-1930a6180e9d24e5fe15304ca7da3cc0dbd87e18.tar.bz2 |
(CPP_PREDEFINES): Define _CROSS_TARGET_ARCH.
From-SVN: r5149
-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 4936290..a274fa7 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" +#define CPP_PREDEFINES "-Dmc68000 -Dsun -Dunix -D_CROSS_TARGET_ARCH=SUN3" /* STARTFILE_SPEC to include sun floating point initialization This is necessary (tr: Sun does it) for both the m68881 and the fpa |