Module Name:    src
Committed By:   mrg
Date:           Thu Apr  5 22:38:58 UTC 2018

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
switch m68000 and m68k to GCC 6.  ok mlelstv.


To generate a diff of this commit:
cvs rdiff -u -r1.1053 -r1.1054 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1053 src/share/mk/bsd.own.mk:1.1054
--- src/share/mk/bsd.own.mk:1.1053	Sun Apr  1 04:35:02 2018
+++ src/share/mk/bsd.own.mk	Thu Apr  5 22:38:58 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1053 2018/04/01 04:35:02 ryo Exp $
+#	$NetBSD: bsd.own.mk,v 1.1054 2018/04/05 22:38:58 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -68,8 +68,6 @@ MKGCC?=		no
     ${MACHINE_CPU} == "aarch64"
 HAVE_GCC?=	0
 .elif \
-    ${MACHINE_CPU} == "m68000" || \
-    ${MACHINE_CPU} == "m68k" || \
     ${MACHINE_CPU} == "vax"
 HAVE_GCC?=	5
 .else

Reply via email to