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]

glibc --as-needed changes


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.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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