This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: COLLECT_EXPORT_LIST
> Cc: "Zack Weinberg" <zackw@Stanford.EDU>, gcc@gcc.gnu.org
> From: Alexandre Oliva <aoliva@redhat.com>
> Date: 11 Mar 2001 07:47:31 -0300
> On Mar 11, 2001, Geoff Keating <geoffk@geoffk.org> wrote:
>
> > "Zack Weinberg" <zackw@Stanford.EDU> writes:
> >> Oh, so that's why it's #ifndef CROSS_COMPILE.
>
> > Well, it's a bit complicated. I think it's not needed for
> > cross-compiling _to_ AIX, either, and I don't understand why not.
>
> Is there any linker other than GNU ld that can be used for
> cross-compiling to AIX?
As far as I know, no. The AIX linker only works on AIX.
> I suppose GNU ld doesn't require the export lists that AIX ld used
> to (?) require.
No, it does.
--
- Geoffrey Keating <geoffk@geoffk.org>