From 1930a6180e9d24e5fe15304ca7da3cc0dbd87e18 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 13 Aug 1993 01:24:18 +0000 Subject: [PATCH] (CPP_PREDEFINES): Define _CROSS_TARGET_ARCH. From-SVN: r5149 --- gcc/config/m68k/sun3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/m68k/sun3.h b/gcc/config/m68k/sun3.h index 49362903398..a274fa7d4b5 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 -- 2.30.2