Module Name: src Committed By: christos Date: Sat Apr 14 23:14:12 UTC 2018
Modified Files: src/share/mk: bsd.own.mk Log Message: switch everyone to binutils.old To generate a diff of this commit: cvs rdiff -u -r1.1055 -r1.1056 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.1055 src/share/mk/bsd.own.mk:1.1056 --- src/share/mk/bsd.own.mk:1.1055 Sat Apr 7 17:38:30 2018 +++ src/share/mk/bsd.own.mk Sat Apr 14 19:14:12 2018 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1055 2018/04/07 21:38:30 mrg Exp $ +# $NetBSD: bsd.own.mk,v 1.1056 2018/04/14 23:14:12 christos Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -164,8 +164,10 @@ EXTERNAL_GDB_SUBDIR= /does/not/exist # HAVE_BINUTILS?= 227 -.if ${HAVE_BINUTILS} == 227 +.if ${HAVE_BINUTILS} == 230 EXTERNAL_BINUTILS_SUBDIR= binutils +.elif ${HAVE_BINUTILS} == 227 +EXTERNAL_BINUTILS_SUBDIR= binutils.old .else EXTERNAL_BINUTILS_SUBDIR= /does/not/exist .endif