This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: glibc --as-needed changes


On Mon, Apr 05, 2004 at 10:54:01PM +0930, Alan Modra wrote:
> Hi HJ,
>   Your recent --as-needed change to glibc is broken for the case where
> gcc is not built with a shared libgcc.  This is often so when
> bootstrapping a new toolchain, as you can't build shared libs without
> crt files, which you don't have until glibc is built..  You need to
> test that both the linker support for --as-needed is available, *and*
> that -lgcc_s can be found.
> 

Can you try this patch?


H.J.

Attachment: libc-libgcc_s-1.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]