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: Crosscompiling issues with glibc-2.3.4


On Sat, Feb 12, 2005 at 02:04:52PM -0800, Jeremy Huddleston wrote:

> 1) When using static gcc, you try to -lgcc_eh:
> This was originally discussed back in 2003[1], and I took out our hack
> as I thought it was fixed, but it appears I was wrong.  When we don't
> have libgcc_eh (such as with a static gcc for crosscompilation), glibc
> still tries to -lgcc_eh

You probably already know this, but the above issue can be worked around by
using this dirty hack:

  make libgcc_eh="" static-gnulib="-lgcc"

Yes, it would be nice if this were fixed thus avoiding need for hacks.

Regards
Greg
-- 
http://www.diy-linux.org/


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