On Thu, Jan 31, 2019 at 7:40 AM Svante Signell <svante.sign...@gmail.com> wrote: > > As advised by the Debian gcc maintainer Matthias Klose and golang > developer Ian Lance Taylor I'm re-submitting the patches for > the port of gccgo to GNU/Hurd again. Now GOOS value is changed from gnu > to hurd as requested. > > The 12 patches are: > src_libgo_build.diff > src_libgo_runtime.diff > src_libgo_go_crypto.diff > src_libgo_go_internal.diff > src_libgo_go_net.diff > src_libgo_go_os.diff > src_libgo_go_runtime.diff > src_libgo_go_syscall.diff > src_libgo_go_test.diff > > src_libgo_testsuite_gotest.diff > add-hurd-to-libgo-headers.diff > add-hurd-to-libgo-test-headers.diff
Thanks. I've committed versions of all of these patches other than src_libgo_testsuite_gotest.diff. I omitted that one because as far as I can tell it won't work. While the original code may not run on the Hurd, the modified version won't work. I made various changes, and I'm sure I broke some things. Take a look at GCC trunk and see how it seems. Ian