Page MenuHomeFreeBSD

Use ${MACHINE} for the kernel modeule ldscript
ClosedPublic

Authored by andrew on Jan 11 2022, 12:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 19, 11:33 AM
Unknown Object (File)
Mon, May 19, 9:06 AM
Unknown Object (File)
Wed, May 14, 7:09 PM
Unknown Object (File)
Apr 30 2025, 7:02 AM
Unknown Object (File)
Apr 29 2025, 10:55 PM
Unknown Object (File)
Apr 29 2025, 3:02 PM
Unknown Object (File)
Apr 28 2025, 3:24 PM
Unknown Object (File)
Mar 21 2025, 5:05 PM
Subscribers

Details

Summary

For consistancy with the kernel linker script also use ${MACHINE} for
finding the kernel module linker script. As we currently only use this
for amd64 and i386 this is a no-op, but I'm planning on using this with
arm64 where ${MACHINE} != ${MACHINE_ARCH}.

Diff Detail

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