1 2015-01-23 Ian Lance Taylor <iant@google.com>
4 * Makefile.am (AM_LDFLAGS): Remove -static-libgo.
5 * Makefile.in: Rebuild.
7 2015-01-22 Ian Lance Taylor <iant@google.com>
10 * go.1, gofmt.1: New files.
11 * Makefile.am (man_MANS): New variable.
12 * Makefile.in: Rebuild.
14 2015-01-21 Ian Lance Taylor <iant@google.com>
16 * Makefile.am (noinst_PROGRAMS): New variable.
17 (libexecsub_PROGRAMS): Remove variable.
18 (install-exec-local, uninstall-local): New targets.
19 * Makefile.in: Rebuild.
21 2015-01-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23 * configure.ac: Check if sched_yield and/or nanosleep need -lrt.
24 * configure: Regenerate.
25 * Makefile.am (go$(EXEEXT), gofmt$(EXEEXT), cgo$(EXEEXT)): Link
27 * Makefile.in: Regenerate.
29 2015-01-15 Ian Lance Taylor <iant@google.com>
31 * configure.ac: Check for networking libraries; see NET_LIBS.
32 * Makefile.am (go$(EXEEXT)): Link against NET_LIBS.
33 (gofmt$(EXEEXT), cgo$(EXEEXT)): Likewise.
34 * configure, Makefile.in: Rebuild.
36 2015-01-14 Ian Lance Taylor <iant@google.com>
38 * Makefile.am (go_cmd_go_files): Sort entries. Add generate.go.
39 * Makefile.in: Rebuild.
41 2015-01-09 Ian Lance Taylor <iant@google.com>
43 * Makefile.am (GOCOMPILER): Set to GOC or GOC_FOR_TARGET depending
44 on whether this is a native build or not.
45 (GOCOMPILE, GOLINK): Use $(GOCOMPILER) instead of $(GOC).
46 (MOSTLYCLEANFILES): Define.
47 * Makefile.in: Rebuild.
49 * Initial implementation.