Page MenuHomeFreeBSD

Add arm64 target support to linux64 Makefile
ClosedPublic

Authored by emaste on Jun 25 2018, 7:15 PM.
Tags
None
Referenced Files
F147920287: D16011.id44441.diff
Sat, Mar 14, 4:22 PM
F147814431: D16011.id44441.diff
Fri, Mar 13, 9:08 PM
Unknown Object (File)
Wed, Feb 18, 3:04 AM
Unknown Object (File)
Wed, Feb 18, 3:04 AM
Unknown Object (File)
Tue, Feb 17, 10:44 AM
Unknown Object (File)
Dec 12 2025, 4:11 PM
Unknown Object (File)
Dec 4 2025, 9:33 AM
Unknown Object (File)
Nov 26 2025, 1:25 AM
Subscribers
None

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sys/modules/linux64/Makefile
39 โ†—(On Diff #44438)

I thought we had a centralized place for these things... Is this different somehow?

Otherwise, this looks good to my eye...

This revision is now accepted and ready to land.Jun 25 2018, 7:28 PM
sys/modules/linux64/Makefile
39 โ†—(On Diff #44438)

These are Linux-specific (see e.g. rS334998 - x86 is elf64-x86-64, not elf64-x86-64-freebsd). --binary-architecture may be able to be shared with FreeBSD, but it didn't seem worth it to try for 1 of 2 args.

This revision was automatically updated to reflect the committed changes.