This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libffi problem
On Wed, Jul 17, 2002 at 11:15:50AM -0400, Jeff Sturm wrote:
>
> I assume it's an oversight that libffi isn't mentioned in MAINTAINERS? If
> nobody else, I'd think the CPU maintainers would be qualified to
> review/approve libffi ports.
The mips maintainer, Eric, is waiting for someone else.
>
> > http://gcc.gnu.org/ml/gcc-patches/2002-06/msg00824.html
>
> Could the #include <sgidefs.h> break embedded MIPS targets? Are there any
> such targets that care about libffi?
>
If I am right, ffi.c checks some macros only defined in <sgidefs.h>. I
don't believe it will compile on systems without <sgidefs.h>.
H.J.