From: Richard Kenner Date: Mon, 9 Jun 1997 17:23:05 +0000 (-0400) Subject: (CPP_SPEC): Define __mc68020__ if no -m[c]68000 command-line option given. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7fe47db9da8e627dbb4b588c81fac43d5f04ca4e;p=gcc.git (CPP_SPEC): Define __mc68020__ if no -m[c]68000 command-line option given. From-SVN: r14179 --- 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 */