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)
Fri, May 15, 11:58 PM
Unknown Object (File)
Fri, May 15, 11:58 PM
Unknown Object (File)
Fri, May 15, 11:57 PM
Unknown Object (File)
Wed, May 6, 7:32 AM
Unknown Object (File)
Wed, May 6, 5:01 AM
Unknown Object (File)
Mon, Apr 27, 4:45 PM
Unknown Object (File)
Mon, Apr 27, 10:43 AM
Unknown Object (File)
Apr 17 2026, 1:45 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