Module Name: src Committed By: mrg Date: Sun Dec 11 02:38:54 UTC 2016
Modified Files: src/share/mk: bsd.own.mk Log Message: switch mips (32 bit) and arm to binutils 2.27. hppa and aarch64 left. To generate a diff of this commit: cvs rdiff -u -r1.996 -r1.997 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.996 src/share/mk/bsd.own.mk:1.997 --- src/share/mk/bsd.own.mk:1.996 Sat Dec 10 23:40:03 2016 +++ src/share/mk/bsd.own.mk Sun Dec 11 02:38:54 2016 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.996 2016/12/10 23:40:03 mrg Exp $ +# $NetBSD: bsd.own.mk,v 1.997 2016/12/11 02:38:54 mrg Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -146,10 +146,7 @@ EXTERNAL_GDB_SUBDIR= /does/not/exist # .if \ ${MACHINE_CPU} == "aarch64" || \ - ${MACHINE_CPU} == "arm" || \ - ${MACHINE_CPU} == "hppa" || \ - ${MACHINE_ARCH} == "mipsel" || \ - ${MACHINE_ARCH} == "mipseb" + ${MACHINE_CPU} == "hppa" HAVE_BINUTILS?= 226 .else HAVE_BINUTILS?= 227