2015-22-01 Uros Bizjak <ubizjak@gmail.com>
[official-gcc.git] / gotools / ChangeLog
blob6e9e026a9632f134892de07076e7f27ff0b1e9b1
1 2015-01-21  Ian Lance Taylor  <iant@google.com>
3         * Makefile.am (noinst_PROGRAMS): New variable.
4         (libexecsub_PROGRAMS): Remove variable.
5         (install-exec-local, uninstall-local): New targets.
6         * Makefile.in: Rebuild.
8 2015-01-20  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10         * configure.ac: Check if sched_yield and/or nanosleep need -lrt.
11         * configure: Regenerate.
12         * Makefile.am (go$(EXEEXT), gofmt$(EXEEXT), cgo$(EXEEXT)): Link
13         with $(LIBS).
14         * Makefile.in: Regenerate.
16 2015-01-15  Ian Lance Taylor  <iant@google.com>
18         * configure.ac: Check for networking libraries; see NET_LIBS.
19         * Makefile.am (go$(EXEEXT)): Link against NET_LIBS.
20         (gofmt$(EXEEXT), cgo$(EXEEXT)): Likewise.
21         * configure, Makefile.in: Rebuild.
23 2015-01-14  Ian Lance Taylor  <iant@google.com>
25         * Makefile.am (go_cmd_go_files): Sort entries.  Add generate.go.
26         * Makefile.in: Rebuild.
28 2015-01-09  Ian Lance Taylor  <iant@google.com>
30         * Makefile.am (GOCOMPILER): Set to GOC or GOC_FOR_TARGET depending
31         on whether this is a native build or not.
32         (GOCOMPILE, GOLINK): Use $(GOCOMPILER) instead of $(GOC).
33         (MOSTLYCLEANFILES): Define.
34         * Makefile.in: Rebuild.
36         * Initial implementation.