зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1412781 - sparcv9 cpu should be evaluated as 64bit. r=glandium
This commit is contained in:
Родитель
e127a23016
Коммит
9fb34379c3
|
@ -607,7 +607,7 @@ def split_triplet(triplet, allow_unknown=False):
|
||||||
elif cpu.startswith('hppa') or cpu == 'parisc':
|
elif cpu.startswith('hppa') or cpu == 'parisc':
|
||||||
canonical_cpu = 'hppa'
|
canonical_cpu = 'hppa'
|
||||||
endianness = 'big'
|
endianness = 'big'
|
||||||
elif cpu.startswith('sparc64'):
|
elif cpu.startswith('sparc64') or cpu.startswith('sparcv9'):
|
||||||
canonical_cpu = 'sparc64'
|
canonical_cpu = 'sparc64'
|
||||||
endianness = 'big'
|
endianness = 'big'
|
||||||
elif cpu.startswith('sparc') or cpu == 'sun4u':
|
elif cpu.startswith('sparc') or cpu == 'sun4u':
|
||||||
|
|
Загрузка…
Ссылка в новой задаче