Module Name:    src
Committed By:   christos
Date:           Fri Dec  2 17:54:35 UTC 2016

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

Log Message:
switch m68k to new binutils and gdb


To generate a diff of this commit:
cvs rdiff -u -r1.989 -r1.990 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.989 src/share/mk/bsd.own.mk:1.990
--- src/share/mk/bsd.own.mk:1.989	Sun Nov 27 13:53:05 2016
+++ src/share/mk/bsd.own.mk	Fri Dec  2 12:54:35 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.989 2016/11/27 18:53:05 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.990 2016/12/02 17:54:35 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -132,7 +132,6 @@ USE_SSP?=	yes
 # What GDB is used?
 #
 .if \
-    ${MACHINE_CPU} == "m68k" || \
     ${MACHINE_ARCH} == "mips64el" || \
     ${MACHINE_ARCH} == "mips64eb"
 HAVE_GDB?=	710
@@ -153,6 +152,7 @@ EXTERNAL_GDB_SUBDIR=		/does/not/exist
 #
 .if \
     ${MACHINE_ARCH} == "i386" || \
+    ${MACHINE_CPU} == "m68k" || \
     ${MACHINE_ARCH} == "x86_64" || \
     ${MACHINE_ARCH} == "vax"
 HAVE_BINUTILS?=	227

Reply via email to