From 694034e2276caaa5ebdf2c707cd407cd0f005309 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Sat, 30 May 2020 16:20:18 +0000 Subject: [PATCH] Makefile.inc1: remove BINUTILS_BOOTSTRAP linker support As of r359347 BINUTILS_BOOTSTRAP does not include the bfd linker. --- Makefile.inc1 | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index b2b3dd6f7e53..fd27aea6fdee 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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