(ASM_SPEC): New macro.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 16 Jan 1996 01:44:08 +0000 (20:44 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 16 Jan 1996 01:44:08 +0000 (20:44 -0500)
From-SVN: r11005

gcc/config/m68k/netbsd.h

index 7f057ec..81eee80 100644 (file)
@@ -15,6 +15,9 @@
 #undef CPP_SPEC
 #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}"
+
 /* Names to predefine in the preprocessor for this target machine.  */
 
 #define CPP_PREDEFINES "-Dunix -Dm68k -Dmc68000 -Dmc68020 -D__NetBSD__ -Asystem(unix) -Asystem(NetBSD) -Acpu(m68k) -Amachine(m68k)"