https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98496
--- Comment #10 from Svante Signell <svante.signell at gmail dot com> --- Hello, The 6 attached patches are improving the build and tests of gccgo for Hurd. Attachment 49931 is needed for libgo to build, while the other are improving the tests of libgo,go and gotools. Attachment 49934 if just a cosmetic change of os_hurd.go. Further changes are still needed to the Makefiles of libgo and gotools to enable proper linking of libpthread and libdl. The dynamic linking of extra libraries does not work automatically as it does on Linux systems. Thanks!