This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: config-ml.in AIX multilibs
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: config-ml.in AIX multilibs
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Wed, 13 Jun 2001 00:11:00 -0400
- cc: gcc-patches at gcc dot gnu dot org
>>>>> Alexandre Oliva writes:
Alex> Even AIX 4.1? I've never been able to do a build without
Alex> --disable-multilib on my AIX 4.1 box, but that's because it's way too
Alex> slow (I'm lucky when it completes one week's bootstrap+check before
Alex> next week's snapshot is released :-)
Only AIX 4.3 and above include aix64 and pthread multilib
(t-aix43).
After your suggestion about config shell for Solaris, I tried bash
on AIX and it is at least an order of magnitude faster. I actually can
configure V3 in less than a day!
I needed to use *BOTH* SHELL=/path/bash and
CONFIG_SHELL=/path/bash
David