Page MenuHomeFreeBSD

Add arm64 target support to linux64 Makefile
ClosedPublic

Authored by emaste on Jun 25 2018, 7:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 17, 4:12 PM
Unknown Object (File)
Sat, May 16, 11:25 AM
Unknown Object (File)
Fri, May 15, 10:28 PM
Unknown Object (File)
Mon, May 11, 7:14 AM
Unknown Object (File)
Mon, May 4, 3:57 PM
Unknown Object (File)
Thu, Apr 30, 7:19 AM
Unknown Object (File)
Apr 23 2026, 7:35 AM
Unknown Object (File)
Apr 17 2026, 12:36 PM
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.