On Sat, 27 Dec 2008, Natanael Copa wrote:
> You might want have a look at this thread which explains why the test
> for __UCLIBC__ was added to the gcc code in first place.
> http://archives.devshed.com/forums/development-94/don-t-define-use-pt
> -gnu-eh-frame-when-using-1880468.html

Thanks, that's exactly what I'm looking for.

It looks like the problems occur on platforms where the binary format is
not ELF.  Which is no surprise since the better exception-handling system
is absolutely dependent on a special type of ELF segment.

So it looks like this case needs to be refined, not to reject uClibc, but
to make sure the platform is indeed ELF, which is no longer implied by
"__GLIBC__".

---- Michael Deutschmann <[email protected]>
_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to