2.1.94: No way to compile for mipsel-linux-gnu w/o optimization
Maciej W. Rozycki
macro@ds2.pg.gda.pl
Tue Oct 17 02:25:00 GMT 2000
On 16 Oct 2000, Ulrich Drepper wrote:
> I don't think this is the way to do it. But this can be decided when
> the cause of the problem is determined. Why does the ld.so on MIPS
> include dl-open.os? It's not happening on any other architecture.
> dl-open.c is part of libc and not ld.so.
Thanks for pointing this out.
> Please find out why MIPS is different.
The problem appears to be abort() that drags in other symbols. MIPS uses
memchr.c, strchr.c and strlen.c from sysdeps/generic and they call abort()
when an unsupported size of long int is detected. Couldn't we use
autoconf for this kind of checks and just bail out at the configure stage?
I may prepare a patch if this is the way to go.
Maciej
--
+ Maciej W. Rozycki, Technical University of Gdansk, Poland +
+--------------------------------------------------------------+
+ e-mail: macro@ds2.pg.gda.pl, PGP key available +
More information about the Libc-alpha
mailing list