[cfarm-users] PowerPC 32 bit abi on gcc110.fsffrance.org

Bruno Haible bruno at clisp.org
Tue Sep 10 00:20:37 CEST 2019


Kaz Kylheku wrote:
> What I'm now wondering is whether my context saving/restoring assembly
> code for PPC has any ABI "gotcha" in it. I've only tested in on the 
> above gcc110 machine.

The compilefarm covers all variations of PowerPC ABIs (except for
Mac OS X <= 10.5, which no one uses any more):

powerpc 32-bit:
  AIX       gcc111.fsffrance.org  CC="xlc"
  Linux     gcc110.fsffrance.org  CC="gcc -m32"

powerpc 64-bit:
  AIX       gcc111.fsffrance.org  CC="xlc -q64" AR="ar -X 64" NM="nm -X 64"
  Linux BE  gcc110.fsffrance.org  CC="gcc"
  Linux LE ELFv2:  gcc112.fsffrance.org  CC="gcc"

Bruno



More information about the cfarm-users mailing list