(CPP_SPEC): Define __mc68020__ if no -m[c]68000 command-line option given.

From-SVN: r14179
This commit is contained in:
Richard Kenner 1997-06-09 13:23:05 -04:00
parent d947dca037
commit 7fe47db9da

View File

@ -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 */