Follow-up Comment #1, bug #67662 (group grub): There seem to be a fix for this in 2.14
commit 1a5417f39a0ccefcdd5440f2a67f84d2d2e26960 Author: Nicholas Vinson <[email protected]> Date: Tue Nov 18 19:38:07 2025 -0500 configure: Check linker for --image-base support In several scenarios, configure tests assume it's safe to use "-Wl,-Ttext,<address>", but starting with ld.lld-21, blindly using that flag may result in configure-test failures due to ld.lld failing to link. The failure is because ld.lld-21 no longer allows the specified address is less than the base address. However, ld.lld-21+ and ld.bfd-2.44+ both provide support for the --image-base flag making it preferable over the older -Ttext flag. Fixes: https://savannah.gnu.org/bugs/?67662 Signed-off-by: Nicholas Vinson <[email protected]> Reviewed-by: Daniel Kiper <[email protected]> but it seem to cause regression https://www.mail-archive.com/grub-devel%40gnu.org/msg42915.html _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?67662> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
signature.asc
Description: PGP signature
