Module Name:    src
Committed By:   mrg
Date:           Mon Sep 14 00:11:45 UTC 2020

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

Log Message:
switch m68k and sh3 to binutils 2.34.  testing sun3 in tme
and landisk in gxemul shows them both to work as well as
binutils 2.31.

that's binutils 2.34 for everyone now.


To generate a diff of this commit:
cvs rdiff -u -r1.1214 -r1.1215 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.1214 src/share/mk/bsd.own.mk:1.1215
--- src/share/mk/bsd.own.mk:1.1214	Sun Sep 13 23:33:21 2020
+++ src/share/mk/bsd.own.mk	Mon Sep 14 00:11:45 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1214 2020/09/13 23:33:21 mrg Exp $
+#	$NetBSD: bsd.own.mk,v 1.1215 2020/09/14 00:11:45 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -95,9 +95,6 @@ MKGCCCMDS?=	no
 #
 # What binutils is used?
 #
-.if ${MACHINE_CPU} == "sh3" || ${MACHINE_CPU} == "m68k"
-HAVE_BINUTILS?=	231
-.endif
 HAVE_BINUTILS?=	234
 
 .if ${HAVE_BINUTILS} == 234

Reply via email to