Source-Changes-HG archive

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

[src/trunk]: src/share/mk switch m68k and sh3 to binutils 2.34. testing sun3...



details:   https://anonhg.NetBSD.org/src/rev/5785bf58dda3
branches:  trunk
changeset: 943965:5785bf58dda3
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Sep 14 00:11:45 2020 +0000

description:
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.

diffstat:

 share/mk/bsd.own.mk |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 8ad863e03a2f -r 5785bf58dda3 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Mon Sep 14 00:01:51 2020 +0000
+++ b/share/mk/bsd.own.mk       Mon Sep 14 00:11:45 2020 +0000
@@ -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 @@
 #
 # What binutils is used?
 #
-.if ${MACHINE_CPU} == "sh3" || ${MACHINE_CPU} == "m68k"
-HAVE_BINUTILS?=        231
-.endif
 HAVE_BINUTILS?=        234
 
 .if ${HAVE_BINUTILS} == 234



Home | Main Index | Thread Index | Old Index