testing/quick: Revert Alpha specific change.
[official-gcc.git] / gotools / ChangeLog
blob5746d2c725fce3f096e6dcaf72a2a93e04ec7233
1 2015-01-15  Ian Lance Taylor  <iant@google.com>
3         * configure.ac: Check for networking libraries; see NET_LIBS.
4         * Makefile.am (go$(EXEEXT)): Link against NET_LIBS.
5         (gofmt$(EXEEXT), cgo$(EXEEXT)): Likewise.
6         * configure, Makefile.in: Rebuild.
8 2015-01-14  Ian Lance Taylor  <iant@google.com>
10         * Makefile.am (go_cmd_go_files): Sort entries.  Add generate.go.
11         * Makefile.in: Rebuild.
13 2015-01-09  Ian Lance Taylor  <iant@google.com>
15         * Makefile.am (GOCOMPILER): Set to GOC or GOC_FOR_TARGET depending
16         on whether this is a native build or not.
17         (GOCOMPILE, GOLINK): Use $(GOCOMPILER) instead of $(GOC).
18         (MOSTLYCLEANFILES): Define.
19         * Makefile.in: Rebuild.
21         * Initial implementation.