Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/share/mk/bsd.own.mk,v rcsdiff: /ftp/cvs/cvsroot/src/share/mk/bsd.own.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.900 retrieving revision 1.901 diff -u -p -r1.900 -r1.901 --- src/share/mk/bsd.own.mk 2016/02/09 20:44:26 1.900 +++ src/share/mk/bsd.own.mk 2016/02/19 18:47:24 1.901 @@ -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