Module Name:    src
Committed By:   skrll
Date:           Sun Jul 14 09:54:07 UTC 2024

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

Log Message:
Switch aarch64 (evbarm64) to new binutils (2.42)


To generate a diff of this commit:
cvs rdiff -u -r1.1389 -r1.1390 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.1389 src/share/mk/bsd.own.mk:1.1390
--- src/share/mk/bsd.own.mk:1.1389	Sun Jul 14 06:43:11 2024
+++ src/share/mk/bsd.own.mk	Sun Jul 14 09:54:07 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1389 2024/07/14 06:43:11 skrll Exp $
+#	$NetBSD: bsd.own.mk,v 1.1390 2024/07/14 09:54:07 skrll Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -118,6 +118,7 @@ MKGCCCMDS?=	no
 # What binutils is used?
 #
 .if \
+    ${MACHINE_CPU} == "aarch64" || \
     ${MACHINE_CPU} == "mips" || \
     ${MACHINE_CPU} == "riscv" || \
     ${MACHINE_ARCH} == "x86_64"

Reply via email to