Hi,
i just successfully built GCC 4.5.0 on AIX 5.3 using the following
commands:
setenv LDR_CNTRL MAXDATA=0x5000
../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 -
Hi,
i just built GCC 4.4.0 on AIX 5.3 using the following commands:
setenv LDR_CNTRL MAXDATA=0x4000
../gcc-4.4.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-i
Hi,
i just built GCC 4.3.3 on AIX 5.3 using the following commands:
setenv LDR_CNTRL MAXDATA=0x4000
../gcc-4.3.3/configure --disable-multilib --with-gmp=/usr/local
make bootstrap-lean
make install
$ config.guess
powerpc-ibm-aix5.3.0.0
$ gcc -v
Using built-i