<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:clopez&#64;igalia.com" title="Carlos Alberto Lopez Perez &lt;clopez&#64;igalia.com&gt;"> <span class="fn">Carlos Alberto Lopez Perez</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [webkitdirs] Try arch and uname commands on non-windows OS"
   href="https://bugs.webkit.org/show_bug.cgi?id=152958">bug 152958</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>clopez&#64;igalia.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [webkitdirs] Try arch and uname commands on non-windows OS"
   href="https://bugs.webkit.org/show_bug.cgi?id=152958#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [webkitdirs] Try arch and uname commands on non-windows OS"
   href="https://bugs.webkit.org/show_bug.cgi?id=152958">bug 152958</a>
              from <span class="vcard"><a class="email" href="mailto:clopez&#64;igalia.com" title="Carlos Alberto Lopez Perez &lt;clopez&#64;igalia.com&gt;"> <span class="fn">Carlos Alberto Lopez Perez</span></a>
</span></b>
        <pre>FYI: It seems the command &quot;arch&quot; doesn't gives the expected thing on MacOS:


clopez&#64;macpro ~ $ arch
i386

clopez&#64;macpro ~ $ uname -m
x86_64

clopez&#64;macpro ~ $ which arch
/usr/bin/arch

clopez&#64;macpro ~ $ sw_vers                 
ProductName:    Mac OS X
ProductVersion:    10.12.3
BuildVersion:    16D32

clopez&#64;macpro ~ $ file /bin/ls
/bin/ls: Mach-O 64-bit executable x86_64


And this is on OpenBSD:


neutrino&#64;wolfman $ arch
OpenBSD.i386

neutrino&#64;wolfman $ uname -m
i386

neutrino&#64;wolfman $ file /bin/ls
/bin/ls: ELF 32-bit LSB shared object, Intel 80386, version 1



And on Linux it seems a simple wrapper for 'uname -m', so I'm proposing to remove the call to arch and just leave the one for uname -m on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [Linux] determineArchitecture is not cross-compile aware"
   href="show_bug.cgi?id=169886">bug 169886</a></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>