svn commit: r358349 - head/share/mk

Ed Maste emaste at FreeBSD.org
Wed Feb 26 19:08:25 UTC 2020


Author: emaste
Date: Wed Feb 26 19:08:23 2020
New Revision: 358349
URL: https://svnweb.freebsd.org/changeset/base/358349

Log:
  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

Modified:
  head/share/mk/src.opts.mk

Modified: head/share/mk/src.opts.mk
==============================================================================
--- head/share/mk/src.opts.mk	Wed Feb 26 18:55:09 2020	(r358348)
+++ head/share/mk/src.opts.mk	Wed Feb 26 19:08:23 2020	(r358349)
@@ -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


More information about the svn-src-all mailing list