Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amiga/conf gcc-6 passes -m68040 to the assembler, s...



details:   https://anonhg.NetBSD.org/src/rev/cf73ddd4cafb
branches:  trunk
changeset: 830336:cf73ddd4cafb
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Mar 05 02:41:03 2018 +0000

description:
gcc-6 passes -m68040 to the assembler, so reset it to -m68030...

diffstat:

 sys/arch/amiga/conf/Makefile.amiga |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 212901a01094 -r cf73ddd4cafb sys/arch/amiga/conf/Makefile.amiga
--- a/sys/arch/amiga/conf/Makefile.amiga        Mon Mar 05 02:39:06 2018 +0000
+++ b/sys/arch/amiga/conf/Makefile.amiga        Mon Mar 05 02:41:03 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.amiga,v 1.109 2015/09/06 02:17:30 uebayasi Exp $
+#      $NetBSD: Makefile.amiga,v 1.110 2018/03/05 02:41:03 christos Exp $
 
 # Makefile for NetBSD
 #
@@ -34,7 +34,7 @@
 CPPFLAGS+=     -Damiga -DFPCOPROC
 .if !defined(CMACHFLAGS)
 .include "$S/arch/m68k/Makefile.cmachflags"
-CMACHFLAGS+=   -Wa,-mcpu=68030 -Wa,-m68851
+CMACHFLAGS+=   -Wa,-mcpu=68030 -Wa,-m68030 -Wa,-m68851
 .endif
 CFLAGS+=       ${CMACHFLAGS} -msoft-float
 AFLAGS+=       -x assembler-with-cpp



Home | Main Index | Thread Index | Old Index