[Webkit-unassigned] [Bug 156338] Add support for s390(x) and ppc(64) into webkitdirs.pm

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 10 15:45:04 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=156338

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at igalia.com

--- Comment #7 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to comment #5)
> So this would effectively leave us with:
> 
> -    if ($architecture ne "x86_64" && !isARM() && !isCrossCompilation() &&
> !isAnyWindows()) {
> +    if ($architecture eq "i686" && !isCrossCompilation() &&
> !isAnyWindows()) {
> 
> but I don't know whether this could break anything for Apple port.

Let's indeed go with this. If it unexpectedly breaks something, we can simply revert it and use your original patch instead.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160410/23db49f7/attachment.html>


More information about the webkit-unassigned mailing list