This is the mail archive of the libffi-discuss@sources.redhat.com mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: libffi on for NetBSD on the PowerPC



On Tuesday, July 25, 2000 10:22 AM, Eric Green 
[SMTP:egreen@allegronetworks.com] wrote:
> I am trying to get Kaffe to build on Netbsd on a PowerPC, and I need an
> implementation of libffi that runs on this
> platform combination.  Is there a port available for this platform
> combination, and if not what would be involved in doing
> one?

It shouldn't be very difficult since libffi already supports PPC Linux.  I 
don't know for sure, but I suspect that NetBSD and Linux share the same 
calling conventions.

It may be as simple as adding the appropriate case to the configure script. 
 Here are the existing PPC cases...

powerpc-*-linux* | powerpc-*-sysv*) TARGET=POWERPC; TARGETDIR=powerpc;;
powerpc-*-beos*) TARGET=POWERPC; TARGETDIR=powerpc;;

AG


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]