Module Name: src
Committed By: christos
Date: Wed Apr 15 21:28:08 UTC 2020
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch ppc to the new binutils
To generate a diff of this commit:
cvs rdiff -u -r1.1180 -r1.1181 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.1180 src/share/mk/bsd.own.mk:1.1181
--- src/share/mk/bsd.own.mk:1.1180 Sat Apr 4 19:54:06 2020
+++ src/share/mk/bsd.own.mk Wed Apr 15 17:28:08 2020
@@ -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 @@ EXTERNAL_GDB_SUBDIR= /does/not/exist
#
# 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