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, Aug 14, 9:50 PM
Unknown Object (File)
Thu, Aug 13, 7:38 PM
Unknown Object (File)
Wed, Aug 12, 4:38 PM
Unknown Object (File)
Tue, Aug 11, 11:49 PM
Unknown Object (File)
Tue, Aug 11, 11:15 PM
Unknown Object (File)
Mon, Aug 10, 7:24 PM
Unknown Object (File)
Sat, Aug 8, 7:55 PM
Unknown Object (File)
Sat, Aug 8, 3:43 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.