[Webkit-unassigned] [Bug 124370] Fix failed to build for Linux/MIPS64EL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 19 01:12:15 PST 2015


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

--- Comment #10 from YunQiang Su <wzssyqa at gmail.com> ---
Sorry a problem discovered

#if defined(__mips64)

should be

defined(_MIPS_SIM_ABI64) && (_MIPS_SIM == _MIPS_SIM_ABI64)

as, __mips64 is also defined for N32 abi.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150119/0cdf012b/attachment-0002.html>


More information about the webkit-unassigned mailing list