change request for gcc/config/m68k/netbsd.h

Ingolf Koch ingolf@minet.uni-jena.de
Sat Mar 14 01:49:00 GMT 1998


Hi.

At least on m68k-cbm-netbsd-1.3 the -m68060 option for
gcc is not passed to the assembler. To enable this please
apply the patch below.

    Ingolf
-- 

Ingolf Koch         http://www.minet.uni-jena.de/~ingolf/ 
FSU Jena, Institut fuer Angewandte Mathematik, 07740 Jena


--- gcc/config/m68k/netbsd.h.orig       Tue Jan 13 21:54:12 1998
+++ gcc/config/m68k/netbsd.h    Sat Mar 14 10:41:25 1998
@@ -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.  */
 




More information about the Gcc-bugs mailing list