We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aarch64
arm64
1 parent 458167e commit f6c6b31Copy full SHA for f6c6b31
configure
@@ -517,7 +517,7 @@ case $CFG_CPUTYPE in
517
CFG_OSTYPE="${CFG_OSTYPE}eabihf"
518
;;
519
520
- aarch64)
+ aarch64 | arm64)
521
CFG_CPUTYPE=aarch64
522
523
src/bootstrap/bootstrap.py
@@ -379,6 +379,8 @@ def build_triple(self):
379
ostype += 'eabihf'
380
elif cputype == 'aarch64':
381
cputype = 'aarch64'
382
+ elif cputype == 'arm64':
383
+ cputype = 'aarch64'
384
elif cputype == 'mips':
385
if sys.byteorder == 'big':
386
cputype = 'mips'
0 commit comments