aarch64
CPU type is called arm64
on FreeBSD
This commit is contained in:
parent
458167e3a0
commit
f6c6b31d26
2 changed files with 3 additions and 1 deletions
|
@ -379,6 +379,8 @@ class RustBuild(object):
|
|||
ostype += 'eabihf'
|
||||
elif cputype == 'aarch64':
|
||||
cputype = 'aarch64'
|
||||
elif cputype == 'arm64':
|
||||
cputype = 'aarch64'
|
||||
elif cputype == 'mips':
|
||||
if sys.byteorder == 'big':
|
||||
cputype = 'mips'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue