diff options
author | Ed Maste <emaste@FreeBSD.org> | 2020-02-26 19:08:23 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2020-02-26 19:08:23 +0000 |
commit | 593d80c4a00ae0084bfdeb1a9cacfb068599dff9 (patch) | |
tree | b48d9122a55b4a949d3554a6f27decb4613b2c6a | |
parent | a5b6c2960dfd2ba7f3660c4989548438bd4f4699 (diff) |
Notes
-rw-r--r-- | share/mk/src.opts.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index 5d1bfa869f16..9886bccb565b 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -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 |