Wed Apr 15 21:28:08 2020 UTC ()
switch ppc to the new binutils


(christos)
diff -r1.1180 -r1.1181 src/share/mk/bsd.own.mk

cvs diff -r1.1180 -r1.1181 src/share/mk/bsd.own.mk (expand / switch to context diff)
--- src/share/mk/bsd.own.mk 2020/04/04 23:54:06 1.1180
+++ src/share/mk/bsd.own.mk 2020/04/15 21:28:08 1.1181
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1180 2020/04/04 23:54:06 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.1181 2020/04/15 21:28:08 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -169,7 +169,8 @@
 #
 # What binutils is used?
 #
-.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386"
+.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386" \
+    ${MACHINE_ARCH} == "powerpc64" || ${MACHINE_ARCH} == "powerpc" \
 HAVE_BINUTILS?=	234
 .else
 HAVE_BINUTILS?=	231