<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Source/WTF/wtf/Platform.h: use _ABI64 instead of _MIPS_SIM_ABI64 for mips N64"
   href="https://bugs.webkit.org/show_bug.cgi?id=145113">145113</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Source/WTF/wtf/Platform.h: use _ABI64 instead of _MIPS_SIM_ABI64 for mips N64
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>528+ (Nightly build)
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Platform
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>wzssyqa&#64;gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Index: webkit2gtk-2.8.1+dfsg1/Source/WTF/wtf/Platform.h
===================================================================
--- webkit2gtk-2.8.1+dfsg1.orig/Source/WTF/wtf/Platform.h       2015-05-03 00:05:21.000000000 +0800
+++ webkit2gtk-2.8.1+dfsg1/Source/WTF/wtf/Platform.h    2015-05-04 00:30:23.858545576 +0800
&#64;&#64; -82,7 +82,7 &#64;&#64;

 /* CPU(MIPS) - MIPS 32-bit and 64-bit */
 #if (defined(mips) || defined(__mips__) || defined(MIPS) || defined(_MIPS_) || defined(__mips64))
-#if defined(_MIPS_SIM_ABI64) &amp;&amp; (_MIPS_SIM == _MIPS_SIM_ABI64)
+#if defined(_ABI64) &amp;&amp; (_MIPS_SIM == _ABI64)
 #define WTF_CPU_MIPS64 1
 #define WTF_MIPS_ARCH __mips64
 #else


Please replace _MIPS_SIM_ABI64 with _ABI64, as _ABI64 is much more widely used,
and is defined by compilers, while 
_MIPS_SIM_ABI64 is only defined by glibc.</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>