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)
Mon, Apr 29, 4:39 AM
Unknown Object (File)
Mon, Apr 29, 4:39 AM
Unknown Object (File)
Mon, Apr 29, 4:39 AM
Unknown Object (File)
Tue, Apr 23, 6:01 PM
Unknown Object (File)
Mon, Apr 22, 10:09 AM
Unknown Object (File)
Feb 18 2024, 10:01 PM
Unknown Object (File)
Feb 18 2024, 10:01 PM
Unknown Object (File)
Feb 18 2024, 10:01 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.