[fpc-devel] How hard is it to port FPC to AIX
Jonas Maebe
jonas.maebe at elis.ugent.be
Thu Sep 11 21:04:28 CEST 2008
On 11 Sep 2008, at 19:54, Peter Popov wrote:
> I recently got access to an IBM supercomputer (hundreds of PowerPC)
> running AIX. Naturally, the powerpc linux version of the compiler
> does not work. To begin with, AIX uses XCOFF binaries. So my
> question is: How hard is it to port the powerpc version of fpc to
> AIX or at least generate binaries that would run on AIX? Depending
> on the complexity of the issue I am willing to give it a try.
It should not be that hard. There are two main ABI's for PowerPC: the
sysv and the aix ABI. Linux/*BSD use the sysv ABI, and Mac OS, Mac OS
X and AIX uses the aix ABI. Hence, the aix abi is already supported in
the compiler. A libc-based rtl port based on the solaris rtl shouldn't
be that hard either.
Jonas
PS: please do not reply to existing messages when starting a new
thread, as it messes up automatic threading in mail clients that
support it
More information about the fpc-devel
mailing list