Crosscompiling issues with glibc-2.3.4
Greg Schafer
gschafer@zip.com.au
Sun Feb 13 12:02:00 GMT 2005
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/
More information about the Libc-alpha
mailing list