This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: [PATCH] PR other/32154
Richard Sandiford <richard@codesourcery.com> writes:
> Rask Ingemann Lambertsen <rask@sygehus.dk> writes:
>> Mipsisa64-unknown-elf doesn't try to link in any startup code or anything
>> by default and thus doesn't fail. This hasn't changed and c,c++,objc and
>> fortran still configures and builds.
>
> Right. I'd very much like to keep it that way; as far as I'm concerned,
> no gcc configury should depend on libgloss for this target.
There is a unrelated failure I'm seeing with mipsisa64-elf with a
combined tree. strcasestr is detected missing in libgfortran because
it seems that the link tests for this target don't even link to
newlib. Richard, your above comments seem to suggest that this is
intentional. Can you confirm, please?
The reason BTW why this fails is because the declaration in string.h
clashes with the fall-back definition.
Adam