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)
Mon, Jul 27, 5:12 AM
Unknown Object (File)
Wed, Jul 22, 12:12 PM
Unknown Object (File)
Tue, Jul 21, 2:04 PM
Unknown Object (File)
Sat, Jul 18, 10:27 AM
Unknown Object (File)
Sat, Jul 4, 1:51 PM
Unknown Object (File)
Jun 8 2026, 6:28 AM
Unknown Object (File)
May 21 2026, 6:50 PM
Unknown Object (File)
May 17 2026, 12:58 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