Ping to build maintainers. Thanks. Ian
On Wed, Nov 25, 2015 at 2:22 PM, Ian Lance Taylor <i...@golang.org> wrote: > PR 66147 points out that it doesn't work to build the gotools with a > cross-compiler. This patch improves matters. I added a new host > export to the top level Makefile. Build maintainers, does this change > seem OK? > > Ian > > ./ChangeLog: > > 2015-11-25 Ian Lance Taylor <i...@google.com> > > PR go/66147 > * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET. > * Makefile.in: Regenerate. > > gotools/ChangeLog: > > 2015-11-25 Ian Lance Taylor <i...@google.com> > > PR go/66147 > * Makefile.am (GOCOMPILER): In NATIVE case, add > $(XGCC_FLAGS_FOR_TARGET).