Rollup merge of #111326 - he32:netbsd-aarch64-be, r=oli-obk

Add support for NetBSD/aarch64-be (big-endian arm64).
This commit is contained in:
Matthias Krüger 2023-06-26 11:58:43 +02:00 committed by GitHub
commit f6d58eaad3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 134 additions and 6 deletions

View file

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