From 7fe47db9da8e627dbb4b588c81fac43d5f04ca4e Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 9 Jun 1997 13:23:05 -0400 Subject: [PATCH] (CPP_SPEC): Define __mc68020__ if no -m[c]68000 command-line option given. From-SVN: r14179 --- gcc/config/m68k/mot3300.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/config/m68k/mot3300.h b/gcc/config/m68k/mot3300.h index d86874c30c4..e6160ec1a07 100644 --- a/gcc/config/m68k/mot3300.h +++ b/gcc/config/m68k/mot3300.h @@ -73,7 +73,8 @@ Boston, MA 02111-1307, USA. */ #define LINK_SPEC "%{v:-v}" #endif /* defined (USE_GLD) */ -#define CPP_SPEC "%{!msoft-float:-D__HAVE_68881__}" +#define CPP_SPEC "%{!msoft-float:-D__HAVE_68881__}\ +%{!mc68000:%{!m68000: -D__mc68020__}}" /* Shared libraries need to use crt0s.o */ -- 2.30.2