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)
Thu, Oct 9, 5:44 PM
Unknown Object (File)
Sun, Oct 5, 3:05 AM
Unknown Object (File)
Fri, Oct 3, 12:30 AM
Unknown Object (File)
Sep 15 2025, 4:02 PM
Unknown Object (File)
Sep 15 2025, 4:02 PM
Unknown Object (File)
Sep 15 2025, 4:02 PM
Unknown Object (File)
Sep 15 2025, 3:19 PM
Unknown Object (File)
Sep 12 2025, 12:16 PM
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.