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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to