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:
parent
a5b6c2960d
commit
593d80c4a0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user