Patch from Ingolf Kock to fix -m68060 problems.
authorJim Wilson <wilson@cygnus.com>
Mon, 16 Mar 1998 12:57:02 +0000 (12:57 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 16 Mar 1998 12:57:02 +0000 (04:57 -0800)
* config/m68k/netbsd.h (ASM_SPEC): Add %{m68060}.

From-SVN: r18629

gcc/ChangeLog
gcc/config/m68k/netbsd.h

index 3e8f70a..f12c5a8 100644 (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.
index 1e2f9a5..6bd9161 100644 (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.  */