Skip to content

Commit

Permalink
Bug 1576515 - remove PHC on arm r=bustage-fix on a CLOSED TREE
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreeaPavel committed Sep 9, 2021
1 parent 946659c commit 1761c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/moz.configure/memory.configure
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)


Expand Down

0 comments on commit 1761c71

Please sign in to comment.