gentoo-alt  

Re: [gentoo-alt] dev-lang/python-2.6.2-r2 dropped ~m68k-mint from libffi

Alan Hourihane
Fri, 20 Nov 2009 09:40:23 -0800

On Fri, 2009-11-20 at 18:34 +0100, Fabian Groffen wrote:
> On 06-10-2009 08:34:14 +0100, Alan Hourihane wrote:
> > > yeah, but back then it didn't rm -Rf internal/libffi
> > 
> > The Modules/_ctypes/libffi is the same as the external version. So no,
> > it won't compile.
> 
> We've been asked to file bug about these issues with upstream libffi, so
> could you please paste a bunch of compilation errors somewhere?

libffi supports m68k, but uses specific cacheflush syscalls that
FreeMiNT doesn't support. So it needs a specific FreeMiNT patch.

Additionally, it seems that 68020 or higher is required, whereas some of
our targets in FreeMiNT are 68000 processors. So some of the m68k
assembly code needs re-writing for this.

Alan.