Page MenuHomeFreeBSD

stand/kboot: Fix the linker script OUTPUT_FORMAT
ClosedPublic

Authored by andrew on May 20 2024, 11:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 10, 1:09 PM
Unknown Object (File)
Fri, Oct 10, 3:46 AM
Unknown Object (File)
Sep 6 2025, 1:59 AM
Unknown Object (File)
Sep 5 2025, 5:15 PM
Unknown Object (File)
Sep 5 2025, 1:27 PM
Unknown Object (File)
Sep 2 2025, 6:30 AM
Unknown Object (File)
Aug 31 2025, 2:54 AM
Unknown Object (File)
Aug 27 2025, 11:02 PM
Subscribers

Details

Summary

ld.bfd doesn't understand elf64-aarch64 but does have
elf64-littleaarch64. Switch to this so we can link kboot with it.

While here switch to the single format version. We are unlikely to
support booting from a big-endian Linux.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable