зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1576515 - remove PHC on arm r=bustage-fix on a CLOSED TREE
This commit is contained in:
Родитель
ef2740f793
Коммит
3307ea0a87
|
@ -80,7 +80,7 @@ def phc_default(milestone, target, replace_malloc_default, replace_malloc):
|
|||
return (
|
||||
(target.os == "GNU" and target.kernel == "Linux" and target.bitness == 64)
|
||||
or (target.kernel == "WINNT" and target.bitness == 64)
|
||||
or (target.os == "OSX")
|
||||
or (target.os == "OSX" and target.cpu == "x86_64")
|
||||
)
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче