Module Name:    src
Committed By:   skrll
Date:           Mon Jul 15 08:37:59 UTC 2024

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

Log Message:
Switch hppa to new binutils (2.42)


To generate a diff of this commit:
cvs rdiff -u -r1.1390 -r1.1391 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.1390 src/share/mk/bsd.own.mk:1.1391
--- src/share/mk/bsd.own.mk:1.1390	Sun Jul 14 09:54:07 2024
+++ src/share/mk/bsd.own.mk	Mon Jul 15 08:37:59 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1390 2024/07/14 09:54:07 skrll Exp $
+#	$NetBSD: bsd.own.mk,v 1.1391 2024/07/15 08:37:59 skrll Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -119,6 +119,7 @@ MKGCCCMDS?=	no
 #
 .if \
     ${MACHINE_CPU} == "aarch64" || \
+    ${MACHINE_CPU} == "hppa" || \
     ${MACHINE_CPU} == "mips" || \
     ${MACHINE_CPU} == "riscv" || \
     ${MACHINE_ARCH} == "x86_64"

Reply via email to