Module Name: src
Committed By: macallan
Date: Fri Feb 19 18:47:24 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch powerpc ports to new binutils
To generate a diff of this commit:
cvs rdiff -u -r1.900 -r1.901 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.900 src/share/mk/bsd.own.mk:1.901
--- src/share/mk/bsd.own.mk:1.900 Tue Feb 9 20:44:26 2016
+++ src/share/mk/bsd.own.mk Fri Feb 19 18:47:24 2016
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.900 2016/02/09 20:44:26 plunky Exp $
+# $NetBSD: bsd.own.mk,v 1.901 2016/02/19 18:47:24 macallan Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -141,7 +141,8 @@ EXTERNAL_GDB_SUBDIR= gdb
.if ${MACHINE} == "amd64" || \
${MACHINE} == "evbarm" || \
${MACHINE} == "i386" || \
- ${MACHINE} == "hppa"
+ ${MACHINE} == "hppa" || \
+ ${MACHINE_ARCH} == "powerpc"
HAVE_BINUTILS?= 226
.else
HAVE_BINUTILS?= 223