Hi,
i just successfully built GCC 4.5.0 on AIX 5.3 using the following
commands:
setenv LDR_CNTRL MAXDATA=0x50000000
../gcc-4.5.0/configure --disable-multilib --with-gmp=/usr/local
make bootstrap-lean
make install
$ config.guess
powerpc-ibm-aix5.3.0.0
$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/powerpc-ibm-aix5.3.0.0/4.5.0/lto-wrapper
Target: powerpc-ibm-aix5.3.0.0
Configured with: ../gcc-4.5.0/configure --disable-multilib
--with-gmp=/usr/local
Thread model: aix
gcc version 4.5.0 (GCC)
The system is an IBM System p JS21 Blade with AIX 5.3 at the latest
patchlevel.
The building c-complier is IBM XL C 10.1.0.1
Make is gnu-make 3.80
The whole build took about 90 minutes
The disable-multilib configure-option is used for buildtime- and
space-saving reasons.
Mario Linke