svn commit: r361651 - head

Ed Maste emaste at FreeBSD.org
Sat May 30 16:20:19 UTC 2020


Author: emaste
Date: Sat May 30 16:20:18 2020
New Revision: 361651
URL: https://svnweb.freebsd.org/changeset/base/361651

Log:
  Makefile.inc1: remove BINUTILS_BOOTSTRAP linker support
  
  As of r359347 BINUTILS_BOOTSTRAP does not include the bfd linker.

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Sat May 30 16:13:21 2020	(r361650)
+++ head/Makefile.inc1	Sat May 30 16:20:18 2020	(r361651)
@@ -250,9 +250,6 @@ USING_SYSTEM_COMPILER=	yes
 # Which linker is expected to be used?
 .if ${MK_LLD_BOOTSTRAP} == "yes"
 WANT_LINKER_TYPE=		lld
-.elif ${MK_BINUTILS_BOOTSTRAP} == "yes"
-# Note that there's no support for bfd in WITH_SYSTEM_LINKER.
-WANT_LINKER_TYPE=	bfd
 .else
 WANT_LINKER_TYPE=
 .endif


More information about the svn-src-head mailing list