src.opts.mk: drop MIPS special case for disabling BINUTILS_BOOTSTRAP

Binutils has already been reduced to installing ld only on powerpc32
and as only on amd64.  (Also objdump on every arch supported by binutils
2.17.50.)  Although BINUTILS_BOOTSTRAP serves no purpose on MIPS there
is no reason to have a special case for it.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2020-02-26 19:08:23 +00:00
parent a5b6c2960d
commit 593d80c4a0

View File

@ -471,10 +471,6 @@ MK_BSDINSTALL:= no
MK_SVNLITE:= no
.endif
.if ${__TT} == "mips" && ${MK_GCC} == "no"
MK_BINUTILS_BOOTSTRAP:= no
.endif
.if ${MK_MAIL} == "no"
MK_MAILWRAPPER:= no
MK_SENDMAIL:= no