aboutsummaryrefslogtreecommitdiff
path: root/gotools
AgeCommit message (Collapse)AuthorFilesLines
2015-01-10Makefile.am (GOCOMPILER): Set to GOC or GOC_FOR_TARGET depending on whether ↵Ian Lance Taylor3-7/+29
this is a native build or not. * Makefile.am (GOCOMPILER): Set to GOC or GOC_FOR_TARGET depending on whether this is a native build or not. (GOCOMPILE, GOLINK): Use $(GOCOMPILER) instead of $(GOC). (MOSTLYCLEANFILES): Define. * Makefile.in: Rebuild. From-SVN: r219418
2015-01-09* Initial implementation.Ian Lance Taylor1-0/+3
From-SVN: r219408
2015-01-09configure.ac (host_tools): Add gotools.Ian Lance Taylor7-0/+6808
./:2015-01-09 Ian Lance Taylor <iant@google.com> * configure.ac (host_tools): Add gotools. * Makefile.def (host_modules): Add gotools. (dependencies): Add dependency of all-gotools on all-target-libgo. gcc/go/: 2015-01-09 Ian Lance Taylor <iant@google.com> * config-lang.in (lang_dirs): Define. gotools/: 2015-01-09 Ian Lance Taylor <iant@google.com> * Initial implementation. From-SVN: r219407