[Webkit-unassigned] [Bug 34922] Mingw-w64 fixes for WebCore and JavaScriptCore
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 15 12:26:47 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34922
--- Comment #5 from Zoltan Herczeg <zherczeg at webkit.org> 2010-02-15 12:26:46 PST ---
Ok, I understand your intention, but it is unusual in WebKit to concatenate the
compiler and cpu id. We Have COMPILER(GCC), COMPILER(RVCT), CPU(SPARC64),
CPU(PPC32), but we don't have COMPILER(MSVC64), or CPU(GCC_X86). This naming
convention was not my idea, but we should follow them.
> #if ( COMPILER(MINGW) && !COMPILER(MINGW64) )
can't we simply use
#if ( COMPILER(MINGW) && !CPU(X86_64) ) ?
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list