Module Name:    src
Committed By:   christos
Date:           Sat Jan 14 14:46:24 UTC 2023

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

Log Message:
add aarch64 and sparc to binutils 2.39


To generate a diff of this commit:
cvs rdiff -u -r1.1292 -r1.1293 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.1292 src/share/mk/bsd.own.mk:1.1293
--- src/share/mk/bsd.own.mk:1.1292	Fri Jan 13 11:00:33 2023
+++ src/share/mk/bsd.own.mk	Sat Jan 14 09:46:24 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1292 2023/01/13 16:00:33 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.1293 2023/01/14 14:46:24 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -100,7 +100,9 @@ MKGCCCMDS?=	no
 #
 .if ${MACHINE_ARCH} == "x86_64" || \
     ${MACHINE_ARCH} == "i386" || \
-    ${MACHINE_ARCH} == "alpha"
+    ${MACHINE_ARCH} == "alpha" || \\
+    !empty(MACHINE_ARCH:Maarch64*) || \
+    !empty(MACHINE_ARCH:Msparc*)
 HAVE_BINUTILS?=	239
 .else
 HAVE_BINUTILS?=	234

Reply via email to