[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 18 09:24:50 PST 2007


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





------- Comment #23 from xan.lopez at gmail.com  2007-12-18 09:24 PDT -------
(In reply to comment #22)
> Perhaps something like:
> 
> #if PLATFORM(DARWIN)
>         : "=o" (private_lockword_)
> #else
>         : "=m" (private_lockword_)
> #endif
> 

This seems to work fine and sounds like a sensible compromise until the bug in
the Apple compiler is fixed. Should I attach a proper patch with it? 


-- 
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