From: Simon Glass Date: Sun, 27 Mar 2022 20:26:15 +0000 (-0600) Subject: Makefile: Drop a stale comment about linking X-Git-Tag: v2025.01-rc5-pxa1908~1452^2~5 X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=55cbf5ad50a3b418ef1bb72fe2ec5f2aaebc0a00;p=u-boot.git Makefile: Drop a stale comment about linking The bug mentioned here is fixed, so drop the comment. Signed-off-by: Simon Glass --- diff --git a/Makefile b/Makefile index 9b25536c30..7937a4cfd3 100644 --- a/Makefile +++ b/Makefile @@ -1785,10 +1785,6 @@ quiet_cmd_u-boot__ ?= LTO $@ -Wl,-Map,u-boot.map; \ $(if $(ARCH_POSTLINK), $(MAKE) -f $(ARCH_POSTLINK) $@, true) else -# Note: Linking efi-x86_app64 causes a segfault in the linker at present -# when using x86_64-linux-gnu-ld.bfd -# For now, disable --whole-archive which makes things link, although not -# correctly quiet_cmd_u-boot__ ?= LD $@ cmd_u-boot__ ?= $(LD) $(KBUILD_LDFLAGS) $(LDFLAGS_u-boot) -o $@ \ -T u-boot.lds $(u-boot-init) \