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

David Edelsohn dje.gcc at gmail.com
Tue Sep 10 00:32:10 CEST 2019


On Mon, Sep 9, 2019 at 6:22 PM Bruno Haible via cfarm-users
<cfarm-users at lists.tetaneutral.net> wrote:
>
> 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"

AIX 7.1 gcc111.fsffrance.org  GCC and XLC
AIX 7.2 gcc119.fsffrance.org GCC and XLC
Power9 Linux LE ELFv2 gcc135.fsffrance.org

The Linux systems have Linux distro GCC, IBM Advance Toolchain GCC
(/opt/at12.0) and XLC (/opt/ibm/xlC) installed.

>
> 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"

Thanks, David


More information about the cfarm-users mailing list