diff --git a/gnu/usr.bin/gcc/arch/m68k/netbsd.h b/gnu/usr.bin/gcc/arch/m68k/netbsd.h index 7f057ec91855..81eee8052ef3 100644 --- a/gnu/usr.bin/gcc/arch/m68k/netbsd.h +++ b/gnu/usr.bin/gcc/arch/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)"