switch everyone to binutils.old
This commit is contained in:
parent
fc4f42693f
commit
d55a1f07c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user