Module Name:    src
Committed By:   martin
Date:           Sat Jan 21 10:41:51 UTC 2023

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

Log Message:
Switch powerpc over to binutils 2.39


To generate a diff of this commit:
cvs rdiff -u -r1.1298 -r1.1299 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.1298 src/share/mk/bsd.own.mk:1.1299
--- src/share/mk/bsd.own.mk:1.1298	Mon Jan 16 20:22:26 2023
+++ src/share/mk/bsd.own.mk	Sat Jan 21 10:41:51 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1298 2023/01/16 20:22:26 skrll Exp $
+#	$NetBSD: bsd.own.mk,v 1.1299 2023/01/21 10:41:51 martin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -103,6 +103,7 @@ MKGCCCMDS?=	no
     ${MACHINE_ARCH} == "alpha" || \
     ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_CPU} == "hppa" || \
+    ${MACHINE_CPU} == "powerpc" || \
     ${MACHINE_CPU} == "riscv" || \
     ${MACHINE_ARCH:Msparc*} || \
     ${MACHINE_ARCH} == "x86_64"

Reply via email to