Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2020 16:20:19 +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: r361651 - head
Message-ID:  <202005301620.04UGKJDS083547@repo.freebsd.org>

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



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