Subject: Re: libgcc (take #2)
To: Nick Hudson <skrll@NetBSD.org>
From: James Chacon <jmc@NetBSD.org>
List: tech-toolchain
Date: 02/12/2004 21:56:29
On Thu, Feb 12, 2004 at 10:09:36PM +0000, Nick Hudson wrote:
> I've made some updates to my libgcc patch and unless anyone can give me a good
> reason not to I'm going to commit this on Sunday.
>
> LIBGCC_SPEC is a bit complex because I didn't want libgcc_s.so linked into
> every shared library. I think it should only be linked in where required
> using --shared-libgcc.
That sounds good (and mimics default behavior on other platforms).
James