Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2020 19:08:24 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r358349 - head/share/mk
Message-ID:  <202002261908.01QJ8Otx046523@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002261908.01QJ8Otx046523>