Brad Smith <b...@comstyle.com> writes:

> I'm fine with mips64 for *BSD and Linux. 

Let's do that then.

> I am just not sure about triples for Irix which is why the MIPS case
> was added in the first place

I'm afraid keeping irix-specific things working needs some help from
irix users (if there still are any?). Current libdir settings were added
in 2015, and according to wikipedia, latest (and last) irix release was
in 2006. Let's leave as is for now; at some point, it should be deleted.

> I worry it might be something like how Solaris is handled as you
> mention below.

I think sparc* should be fine on solaris, as I understand it, 32-bit
stuff is always in .../lib, and 64-bit always in .../lib64. Linux
and bsd on sparc might be different, but on the other hand, sparc32-bit
sparc is really obscure now.

Keep in mind that this logic to tweak default libdir is intended to
protect from a plain "./configure && make && make check && make install"
overwriting an existing 32-bit library with a 64-bit library, or vice
versa, which could break a lot of installed executables. But it doesn't
aim to cover all systems; for unusual or obscure systems the user has to
set libdir manually, of the autoconf default of ${exec_prefix}/lib isn't
right.

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