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)
Wed, Nov 26, 5:40 PM
Unknown Object (File)
Mon, Nov 17, 4:37 AM
Unknown Object (File)
Sat, Nov 15, 1:39 AM
Unknown Object (File)
Mon, Nov 10, 7:36 PM
Unknown Object (File)
Wed, Nov 5, 6:23 PM
Unknown Object (File)
Wed, Nov 5, 5:51 PM
Unknown Object (File)
Wed, Nov 5, 4:57 PM
Unknown Object (File)
Wed, Nov 5, 7:03 AM
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