This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: AIX binaries
- To: Gabriel Dos Reis <Gabriel dot Dos-Reis at cmla dot ens-cachan dot fr>
- Subject: Re: AIX binaries
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Tue, 10 Jul 2001 13:17:41 -0400
- cc: Matt_Conway at i2 dot com, gcc at gcc dot gnu dot org
>>>>> Gabriel Dos Reis writes:
David> I believe that everyone is waiting for GCC 3.0.1. I hope that
David> libstdc++-v3 will include fixes for cross-compilers and AIX before
David> gcc-3.0.1 is released
Gabriel> Please, could you summarize what remains to do in that respect?
I am not sure if you are asking for specifics or the overall goal.
The goal is that V3 should configure and build properly for the AIX 4.3
and AIX 5.1 targets (including 64-bit multilibs) on 32-bit AIX systems
which cannot execute 64-bit applications (currently required by
mknumeric_limits). 32-bit AIX 4.3 and 5.1 systems can assemble and link
64-bit object files, libraries, and applications without any special
options, so this should work "out-of-the-box" if V3 did not try to execute
an application for each multilib.
Thanks, David