Add support for NetBSD/aarch64-be (big-endian arm64).

This commit is contained in:
Havard Eidnes 2023-05-07 18:35:35 +00:00
parent 613a5c95ae
commit 6ef377cc41
3 changed files with 19 additions and 0 deletions

View file

@ -327,6 +327,7 @@ def default_build_triple(verbose):
cputype_mapper = {
'BePC': 'i686',
'aarch64': 'aarch64',
'aarch64eb': 'aarch64',
'amd64': 'x86_64',
'arm64': 'aarch64',
'i386': 'i686',