NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: toolchain/58409: tools/mpfr fails to build on a Solaris 11.4 host system configured as a secondary logical domain - tools/gmp incorrectly configured
The following reply was made to PR toolchain/58409; it has been noted by GNATS.
From: matthew green <mrg%eterna23.net@localhost>
To: Palle Lyckegaard <palle%lyckegaard.dk@localhost>
Cc: toolchain-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
netbsd-bugs%netbsd.org@localhost, gnats-bugs%netbsd.org@localhost
Subject: re: toolchain/58409: tools/mpfr fails to build on a Solaris 11.4 host system configured as a secondary logical domain - tools/gmp incorrectly configured
Date: Sun, 14 Jul 2024 08:52:27 +1000
> I feel tempted to commit this small fix for now until our gmp in-tree is
> updated.
[ . ]
> - elif grep 'SUNW,UltraSPARC' $dummy >/dev/null; then
> + elif egrep '(SUNW|ORCL),(Ultra)?SPARC' $dummy >/dev/null; then
go for it.
.mrg.
Home |
Main Index |
Thread Index |
Old Index