On Fri, Apr 11, 2014 at 5:47 AM, Svante Signell <svante.sign...@gmail.com> wrote: > > Attached are patches to enable gccgo to build properly on Debian > GNU/Hurd on gcc-4.9 (4.9-20140406).
Thanks. Will review after 4.9 has branched. > Note: Creating the Makefile.in is hard (unnecessary) work since automake > is no longer used in the build system. > Both (cd src/libgo;automake-1.11) and (cd src/libgo;autoreconf2.64) > fails. The diff for Makefile.in has to be patched by hand with the aid > of the diff for Makefile.am :( This file should be possible to generate > from Makefile.am when modifying manually. In my opinion the build system > is broken wrt libgo. I don't understand this comment. The GCC libraries do still use automake. I regularly use automake to regenerate the libgo Makefile.in file. What fails when you try it? Ian