Re: Porting NetBSD to SGI Fuel?

Martin Husemann <[email protected]> Mon, 17 Sep 2018 16:55:01 +0200
Newsgroups gmane.os.netbsd.ports.sgimips
Message-ID <[email protected]>
On Mon, Sep 17, 2018 at 11:33:30AM -0300, Silas wrote:
> My investigations say that it is more complex than that.  I just found a
> message in port-sgimips [1] about NetBSD not supporting SGI Octane because
> there is no mips64 support in the toolchain (apparently confirmed by
> http://wiki.netbsd.org/ports/sgimips/), although an answer to this e-mail
> [2] does say there is mips64 support.

There definitively is mips64 support in at least -8 and -current.

 > cc -v
Using built-in specs.
COLLECT_GCC=3Dcc
COLLECT_LTO_WRAPPER=3D/usr/libexec/lto-wrapper
Target: mips64--netbsd
Configured with: /usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure =
--target=3Dmips64--netbsd --enable-long-long --enable-threads --with-bugurl=
=3Dhttp://www.NetBSD.org/Misc/send-pr.html --with-pkgversion=3D'NetBSD nb1 =
20180203' --with-system-zlib --disable-libstdcxx-dual-abi --enable-__cxa_at=
exit --enable-libstdcxx-time=3Drt --enable-libstdcxx-threads --with-diagnos=
tics-color=3Dauto-if-env --with-mpc-lib=3D/var/obj/mknative/sgimips-mips64e=
b/usr/src/external/lgpl3/mpc/lib/libmpc --with-mpfr-lib=3D/var/obj/mknative=
/sgimips-mips64eb/usr/src/external/lgpl3/mpfr/lib/libmpfr --with-gmp-lib=3D=
/var/obj/mknative/sgimips-mips64eb/usr/src/external/lgpl3/gmp/lib/libgmp --=
with-mpc-include=3D/usr/src/external/lgpl3/mpc/dist/src --with-mpfr-include=
=3D/usr/src/external/lgpl3/mpfr/dist/src --with-gmp-include=3D/usr/src/exte=
rnal/lgpl3/gmp/lib/libgmp/arch/mips64eb --enable-tls --disable-multilib --d=
isable-symvers --disable-libstdcxx-pch --disable-libstdcxx-dual-abi --build=
=3Dx86_64-unknown-netbsd7.1 --host=3Dmips64--netbsd --with-sysroot=3D/var/o=
bj/mknative/sgimips-mips64eb/usr/src/destdir.sgimips
Thread model: posix
gcc version 6.4.0 (nb2 20180327)=20


Martin