Module Name:    src
Committed By:   mrg
Date:           Thu Sep 10 06:02:30 UTC 2020

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

Log Message:
switch sparc to binutils 2.34.  tested on an ss20.


To generate a diff of this commit:
cvs rdiff -u -r1.1207 -r1.1208 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.1207 src/share/mk/bsd.own.mk:1.1208
--- src/share/mk/bsd.own.mk:1.1207	Mon Sep  7 10:19:02 2020
+++ src/share/mk/bsd.own.mk	Thu Sep 10 06:02:30 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1207 2020/09/07 10:19:02 mrg Exp $
+#	$NetBSD: bsd.own.mk,v 1.1208 2020/09/10 06:02:30 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -161,7 +161,7 @@ EXTERNAL_GDB_SUBDIR=		/does/not/exist
     ${MACHINE_CPU} == "aarch64" || ${MACHINE_CPU} == "arm" || \
     ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "sparc64" || \
     ${MACHINE} == "sun2" || ${MACHINE} == "alpha" || \
-    ${MACHINE_CPU} == "mips"
+    ${MACHINE_CPU} == "mips" || ${MACHINE} == "sparc"
 HAVE_BINUTILS?=	234
 .else
 HAVE_BINUTILS?=	231

Reply via email to