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.892 retrieving revision 1.893 diff -u -p -r1.892 -r1.893 --- src/share/mk/bsd.own.mk 2016/02/01 12:56:06 1.892 +++ src/share/mk/bsd.own.mk 2016/02/02 20:23:24 1.893 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.892 2016/02/01 12:56:06 skrll Exp $ +# $NetBSD: bsd.own.mk,v 1.893 2016/02/02 20:23:24 christos Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -135,6 +135,7 @@ EXTERNAL_GDB_SUBDIR= /does/not/exist .if ${MACHINE} == "amd64" || \ ${MACHINE} == "evbarm" || \ + ${MACHINE} == "i386" || \ ${MACHINE} == "hppa" HAVE_BINUTILS?= 226 .else