Bug 1576515 - remove PHC on arm r=bustage-fix on a CLOSED TREE

This commit is contained in:
Andreea Pavel 2021-09-09 22:27:27 +03:00
Родитель ef2740f793
Коммит 3307ea0a87
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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")
)