]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 3e8f70a42c4da0c415e597425845b67ead2b3131..f12c5a8ed1aa984c884988a7db79ba127c411e9e 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 1e2f9a530461d00f6c8b0f2716d8d49f8f667e4b..6bd9161c6809dcfc64b6f7bcc6f76dce831206ab 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.  */