mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-16 07:24:47 +08:00
Patch from Ingolf Kock to fix -m68060 problems.
* config/m68k/netbsd.h (ASM_SPEC): Add %{m68060}. From-SVN: r18629
This commit is contained in:
parent
9ad82ff80e
commit
883482b23d
@ -1,3 +1,7 @@
|
||||
Mon Mar 16 12:55:15 1998 Jim Wilson <wilson@cygnus.com>
|
||||
|
||||
* config/m68k/netbsd.h (ASM_SPEC): Add %{m68060}.
|
||||
|
||||
Mon Mar 16 15:50:20 EST 1998 Andrew MacLeod <amacleod@cygnus.com>
|
||||
|
||||
* except.h (in_same_eh_region): New prototype.
|
||||
|
@ -13,7 +13,7 @@
|
||||
#define CPP_SPEC "%{!msoft-float:-D__HAVE_68881__ -D__HAVE_FPU__} %{posix:-D_POSIX_SOURCE}"
|
||||
|
||||
#undef ASM_SPEC
|
||||
#define ASM_SPEC " %| %{m68030} %{m68040} %{fpic:-k} %{fPIC:-k -K}"
|
||||
#define ASM_SPEC " %| %{m68030} %{m68040} %{m68060} %{fpic:-k} %{fPIC:-k -K}"
|
||||
|
||||
/* Names to predefine in the preprocessor for this target machine. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user