This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Make libf2c a shared library fix for AIX and POSIX
- To: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Subject: Re: [PATCH] Make libf2c a shared library fix for AIX and POSIX
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Thu, 11 Oct 2001 16:22:48 -0400
- cc: Alexandre Oliva <aoliva at redhat dot com>, gcc-patches at gcc dot gnu dot org
>>>>> Toon Moene writes:
Toon> If it bootstraps and checks OK, it's fine by me. I'll review the whole
Toon> thing later, when I have more time.
It bootstraps fine for me, but I have not been able to check on a
GNU/Linux system. I was hoping that Alexandre would comment on whether
libtool use is okay. This follows the format of libstdc++, but I am not
completely clear on when libtool implements --mode=link foo.la as an
archive and --mode=link foo.la as a shared object. I also think the
$(ALL_CFLAGS) can be removed from the LINK line.
We can deal with this when you return. It generally is a good
idea to be available for contact after checking in a large change such as
this.
Thanks, David