[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
Thu Apr 7 07:38:30 PDT 2016


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

--- Comment #5 from Tomas Popela <tpopela at redhat.com> ---
(In reply to comment #3)
> Comment on attachment 275882 [details]
> Proposed patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=275882&action=review
> 
> > Tools/Scripts/webkitdirs.pm:2019
> >          $ENV{'CXXFLAGS'} = "-march=pentium4 -msse2 -mfpmath=sse " . ($ENV{'CXXFLAGS'} || "");
> 
> Actually note that since it uses sse2, these flags only work on i686.

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.

-- 
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/20160407/9d3c844d/attachment-0001.html>


More information about the webkit-unassigned mailing list