ni...@lysator.liu.se (Niels Möller) writes:

> Ah, that's a bug, I think. That *mips* pattern (see
> https://git.lysator.liu.se/nettle/nettle/-/blob/master/configure.ac#L344)
> should be replaced to only match 64-bit mips.>
>
> Does it work to just replace it with *mips64*?

I tried logging in to the gcc farm machine gcc22.fsffrance.org, and
config.guess says mips64-unknown-linux-gnu, probably based on uname -m
saying "mips64". So changing to mips64 for the abi check should probably work.

>  And similar for *sparc*, just above.

Unfortunately, sparcs appear to behave differently. Tried logging in to
gcc210.fsffrance.org, there uname -m says "sun4u", and config.guess says
"sparc-sun-solaris2.10" (not "sparc64*"). 

Regards,
/Niels

-- 
Niels Möller. PGP key CB4962D070D77D7FCB8BA36271D8F1FF368C6677.
Internet email is subject to wholesale government surveillance.
_______________________________________________
nettle-bugs mailing list -- nettle-bugs@lists.lysator.liu.se
To unsubscribe send an email to nettle-bugs-le...@lists.lysator.liu.se

Reply via email to