mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-26 01:59:08 +08:00
(CPP_SPEC): Define __mc68020__ if no -m[c]68000 command-line option given.
From-SVN: r14179
This commit is contained in:
parent
d947dca037
commit
7fe47db9da
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user