Page MenuHomeFreeBSD

emulators/qemu{,70}: enable for aarch64
ClosedPublic

Authored by kevans on Nov 2 2022, 4:13 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 31, 5:50 AM
Unknown Object (File)
Oct 26 2025, 3:38 AM
Unknown Object (File)
Oct 24 2025, 9:19 PM
Unknown Object (File)
Oct 24 2025, 9:19 PM
Unknown Object (File)
Oct 24 2025, 9:19 PM
Unknown Object (File)
Oct 24 2025, 2:47 PM
Unknown Object (File)
Oct 9 2025, 5:44 PM
Unknown Object (File)
Oct 5 2025, 3:05 AM
Subscribers

Details

Summary

Piggy-back off of the work done for powerpc64 to enable aarch64. ppc64
was untested, though I did sanity check MAKE_ARGS with ARCH forced to
both powerpc64 and powerpc64le. Both result in ARCH=ppc, as they did
before.

While we're here, enable ${MAKE_JOBS_NUMBER} support -- the meson build
will carry any -j flag passed to gmake on to ninja, otherwise it will
default to -j1.

Sponsored by: NetApp, Inc.
Sponsored by: Klara, Inc.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kevans requested review of this revision.Nov 2 2022, 4:13 AM

Sigh, typo in the commit message: both result in ARCH=ppc64, as they did before. (not ppc)

This revision is now accepted and ready to land.Nov 2 2022, 7:06 AM
This revision was automatically updated to reflect the committed changes.