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



>    Version:           GNU MP 6.3.0
>    Host type:         ultrasparc-sun-solaris2.11
>    ABI:               64
[ ... ]
>
> So the latest release (6.3.0) seems to be able to detect the host type and 
> ABI properly.
>
> I guess upgrading the netbsd codebase to use 6.3.0 is not an high 
> priority option for this issue with building on a Solaris sun4v/ldom host.

actually, i've started looking at this.  i did upgrade mpfr recently
and started looking at what new gmp needs.

> I will have a look at the changes from 6.2.1 to 6.3.0 to see if I can 
> determine how the host type detection logic has changed.

hmmm, it changed some what, but i'm not sure how.  eg, it does:

-       if grep 'SUNW,UltraSPARC-T5' $dummy >/dev/null; then
+       if egrep '(SUNW|ORCL),(Ultra)?SPARC-T5' $dummy >/dev/null; then

for a bunch of cases.  is that sufficient for you?


.mrg.


Home | Main Index | Thread Index | Old Index