gcc 3.3 and java on mips

Sergey Anosov aserg2004 at list.ru
Fri Feb 27 08:45:13 PST 2009



Hello!

I make a cross build of IcedTea 1.6 for mips, using zero-port and gcc 3.3.6 compiler.

There are some __sync_* finctions in atomic_linux_zero.inline.hpp, which gcc 3.3.6 don't understand.

After some googling, I've find that __sync_* builtin functions was first defined in gcc 4.1.0.

What can I do? Make a patch, which defines that functions in gcc 3.3, or make realisation in C(C++) for IcedTea? if there is any other way?

Thanks




More information about the mips-port mailing list