From db099a28517271db4e843b370b9d14d5742bdbb6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 14 Apr 2021 13:47:54 +0000 Subject: [PATCH] ipfire-netboot: Use BFD linker Signed-off-by: Michael Tremer --- lfs/ipfire-netboot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/ipfire-netboot b/lfs/ipfire-netboot index af9ef8e926..42ea2c58d9 100644 --- a/lfs/ipfire-netboot +++ b/lfs/ipfire-netboot @@ -81,9 +81,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP)/ipxe-$(PXE_VER) && patch -Np1 < $(DIR_SRC)/src/patches/ipxe-handle-R_X86_64_PLT32.patch cd $(DIR_APP)/ipxe-$(PXE_VER) && patch -Np1 < $(DIR_SRC)/src/patches/ipxe-1b67a05-be-explicit-about-fcommon-compiler-directive.patch cd $(DIR_APP) && rm -rfv ipxe && ln -s ipxe-$(PXE_VER) ipxe - cd $(DIR_APP) && make $(MAKETUNING) bin/ipxe.lkrn + cd $(DIR_APP) && make $(MAKETUNING) bin/ipxe.lkrn LD=ld.bfd ifeq "$(BUILD_ARCH)" "x86_64" - cd $(DIR_APP) && make $(MAKETUNING) bin-x86_64-efi/ipxe.efi + cd $(DIR_APP) && make $(MAKETUNING) bin-x86_64-efi/ipxe.efi LD=ld.bfd endif # Installation -- 2.39.5