Pass -m68030 or -m68040 through to the assembler.

This patch has been submitted and accepted by the FSF and will be
in the next gcc release.
This commit is contained in:
jtc 1996-01-16 18:41:47 +00:00
parent cb560ce386
commit 6b5e9088a1
1 changed files with 3 additions and 0 deletions

View 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)"