K 10 svn:author V 3 jhb K 8 svn:date V 27 2023-03-22T22:29:51.400844Z K 7 svn:log V 532 stand/efi: Pass --no-dynamic-linker to ld.bfd >= 2.34. ld.bfd in binutils 2.34+ now reports an error in more cases for custom ldscripts that do not place PHDRs in a LOAD segment. However, EFI binaries are not dynamic binaries which need PHDRs, so pass --no-dynamic-linker to disable this check. Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D34124 (cherry picked from commit 8bd5e2f15cc9756e7d6b7feb43ec47f18a38e2bf) Git Hash: 8e7ba6eb44da1c4dc538954c7e1a686aafc72b8b Git Author: jhb@FreeBSD.org END