From: Richard Kenner Date: Tue, 16 Jan 1996 01:44:08 +0000 (-0500) Subject: (ASM_SPEC): New macro. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0bdab7ff71f85aac47890e4e0393618daa1e64a0;p=gcc.git (ASM_SPEC): New macro. From-SVN: r11005 --- diff --git a/gcc/config/m68k/netbsd.h b/gcc/config/m68k/netbsd.h index 7f057ec9185..81eee8052ef 100644 --- a/gcc/config/m68k/netbsd.h +++ b/gcc/config/m68k/netbsd.h @@ -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)"