Patch from Ingolf Kock to fix -m68060 problems.

* config/m68k/netbsd.h (ASM_SPEC): Add %{m68060}.

From-SVN: r18629
This commit is contained in:
Jim Wilson 1998-03-16 12:57:02 +00:00 committed by Jim Wilson
parent 9ad82ff80e
commit 883482b23d
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

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