This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: AIX collect2
- To: Tom Rix <trix at redhat dot com>
- Subject: Re: AIX collect2
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Thu, 18 Oct 2001 01:13:14 -0400
- cc: gcc-patches at gcc dot gnu dot org
Can the __rtinit symbol needed by GNU ld be limited to the case
when GCC is configured with --with-gnu-ld? It looks like the patch emits
this symbol even with the native AIX linker which does not require
collect2 to provide the definition.
Thanks, David