adding mips/mipsel support for libffi2

2004-05-06 Thread Matthias Klose
gcc-3.4 has support for mips, but not yet for mipsel. Any volunteers to add this for this architecture? Looks like _MIPS_SIM isn't defined on this platform. gcc-3.3 doesn't define _MIPS_SIM, neither on mips nor mipsel. A patch from you mips guys would be welcome. Thanks, Matthias PS:

Re: adding mips/mipsel support for libffi2

2004-05-06 Thread Thiemo Seufer
[I'm not subscribed to -gcc] Matthias Klose wrote: gcc-3.4 has support for mips, but not yet for mipsel. Any volunteers to add this for this architecture? Looks like _MIPS_SIM isn't defined on this platform. AFAIK it is, but the _ABI{O,N}{32,64} isn't always defined. Current Upstream CVS