Commit 7fe47db9 by Richard Kenner

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

From-SVN: r14179
parent d947dca0
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment