From: Michael Tremer Date: Wed, 14 Apr 2021 13:47:54 +0000 (+0000) Subject: ipfire-netboot: Use BFD linker X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db099a28517271db4e843b370b9d14d5742bdbb6;p=people%2Fms%2Fipfire-2.x.git ipfire-netboot: Use BFD linker Signed-off-by: Michael Tremer --- 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