[Webkit-unassigned] [Bug 28886] Build error using JIT with gcc 4.1.2 and ARM v5
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 8 21:26:21 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28886
--- Comment #15 from Andre Pedralho <apedralho at gmail.com> 2009-09-08 21:26:20 PDT ---
(In reply to comment #14)
> (From update of attachment 39188 [details])
> We really should file a bug with GCC (per their public bug tracker) and link to
> it in this ChangeLog.
It is not a GCC bug. I could build* and run the example given in the link in
comment #12:
#include <stdio.h>
int main(int argc, char **argv)
{
printf("attempting toolchain clearcache syscall:\n");
__clear_cache(0, 0);
return 0;
}
* no extra arguments given to build nor run.
ps. There were no need even to add the __clear_cache header definition.
--
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