Rainer Orth <r...@cebitec.uni-bielefeld.de> writes: > Ian Lance Taylor <i...@google.com> writes: > >> Rainer Orth <r...@cebitec.uni-bielefeld.de> writes: >> >>> All bootstraps have completed without regressions, so I've installed the >>> patch as is, after verifying that the libgo parts aren't present in the >>> upstream Go repo. >> >> I committed the libgo patch to the upstream repository. > > I completely missed that: at least in https://go.googlecode.com/hg/ > libtool.m4 isn't present.
The immediate upstream project for libgo is https://gofrontend.googlecode.com/hg/ . Most of the files in the libgo directory in that project come from https://go.googlecode.com/hg/ , but not the ones at top level, or in the config or syscalls directory. Ian