Mikael Starvik wrote:> klibc was ported to CRIS a while ago but not really verified
> until now. With the following patch all test cases runs as
> expected for CRIS. Patch applies to klibc 0.179.
>
> /Mikael (not subscribed to list)
Is there a (strong) reason you keep trying to use gcc to link? This is
different from all other architectures, and I *really* would like to avoid
that. It also is almost certainly going to break trying to do shared (which
is broken anyway with the ancient version of GNU ld that Axis currently
distributes on their webside, but a more current ld should fix that.)
Other than that the patch looks sane to me.
-hpa