mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 12:00:03 -05:00
(CPP_SPEC): Define __mc68020__ if no -m[c]68000 command-line option given.
From-SVN: r14179
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user