<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add support for s390(x) and ppc(64) into webkitdirs.pm"
   href="https://bugs.webkit.org/show_bug.cgi?id=156338#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add support for s390(x) and ppc(64) into webkitdirs.pm"
   href="https://bugs.webkit.org/show_bug.cgi?id=156338">bug 156338</a>
              from <span class="vcard"><a class="email" href="mailto:tpopela&#64;redhat.com" title="Tomas Popela &lt;tpopela&#64;redhat.com&gt;"> <span class="fn">Tomas Popela</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=156338#c3">comment #3</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=275882&amp;action=diff" name="attach_275882" title="Proposed patch">attachment 275882</a> <a href="attachment.cgi?id=275882&amp;action=edit" title="Proposed patch">[details]</a></span>
&gt; Proposed patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=275882&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=275882&amp;action=review</a>
&gt; 
&gt; &gt; Tools/Scripts/webkitdirs.pm:2019
&gt; &gt;          $ENV{'CXXFLAGS'} = &quot;-march=pentium4 -msse2 -mfpmath=sse &quot; . ($ENV{'CXXFLAGS'} || &quot;&quot;);
&gt; 
&gt; Actually note that since it uses sse2, these flags only work on i686.</span >

So this would effectively leave us with:

-    if ($architecture ne &quot;x86_64&quot; &amp;&amp; !isARM() &amp;&amp; !isCrossCompilation() &amp;&amp; !isAnyWindows()) {
+    if ($architecture eq &quot;i686&quot; &amp;&amp; !isCrossCompilation() &amp;&amp; !isAnyWindows()) {

but I don't know whether this could break anything for Apple port.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>