[Webkit-unassigned] [Bug 14521] JavaScriptCore fails to build on Linux/PPC gcc 4.1.2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 4 14:26:03 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=14521





------- Comment #22 from ddkilzer at webkit.org  2007-12-04 14:26 PDT -------
(In reply to comment #20)
> Filed <rdar://problem/5596043> for the gcc issue.  This does NOT cover this
> WebKit bug, so please don't add the "InRadar" keyword for this radar.

I think we should use #ifdefs to use "=o" on OS-X-compiled WebKit and "=m" for
Linux-compiled WebKit (both using gcc).

Perhaps something like:

#if PLATFORM(DARWIN)
        : "=o" (private_lockword_)
#else
        : "=m" (private_lockword_)
#endif


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list