sysdecode: Add aarch64

FREEBSD32 API is also supported on aarch64. Refer to aarch64 instead of
arm64 because it's about the architecture (powerpc64), not the kernel
interface...

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2023-04-11 22:11:24 -06:00
parent 6a68db4a8f
commit 7968a06a69

View file

@ -51,10 +51,10 @@ Native FreeBSD binaries.
Supported on all platforms.
.It Li SYSDECODE_ABI_FREEBSD32
32-bit FreeBSD binaries.
Supported on amd64 and powerpc64.
Supported on aarch64, amd64 and powerpc64.
.It Li SYSDECODE_ABI_LINUX
Linux binaries of the same platform.
Supported on amd64, i386, and arm64.
Supported on amd64, i386, and aarch64.
.It Li SYSDECODE_ABI_LINUX32
32-bit Linux binaries.
Supported on amd64.