Module Name:    src
Committed By:   christos
Date:           Wed Jan 25 00:16:50 UTC 2023

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

Log Message:
switch sun2 to binutils 2.39


To generate a diff of this commit:
cvs rdiff -u -r1.1300 -r1.1301 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.1300 src/share/mk/bsd.own.mk:1.1301
--- src/share/mk/bsd.own.mk:1.1300	Tue Jan 24 13:49:29 2023
+++ src/share/mk/bsd.own.mk	Tue Jan 24 19:16:50 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1300 2023/01/24 18:49:29 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.1301 2023/01/25 00:16:50 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -107,7 +107,8 @@ MKGCCCMDS?=	no
     ${MACHINE_CPU} == "riscv" || \
     ${MACHINE_ARCH:Msparc*} || \
     ${MACHINE_ARCH} == "x86_64" || \
-    ${MACHINE_ARCH} == "vax" 
+    ${MACHINE_ARCH} == "vax" || \
+    ${MACHINE} == "sun2" 
 HAVE_BINUTILS?=	239
 .else
 HAVE_BINUTILS?=	234

Reply via email to