ab24432b9a
PR go/65462 cmd: Fix dependencies for 'go get' with gccgo Problem described in GCC BZ 65462. Generate the list of the standard GO package names based on what was built into libgo in the libgo Makefile. Change the var name from reqPkgSrc to reqStdPkgSrc to clarify it only affects standard GO packages. Skip the attempted loading of a package only if it is a standard GO package and the flag is set indicating its source is not required to be available. This requires a corresponding change to gotools to build and link in the new file containing the list of standard GO package names that was generated by the libgo Makefile. gotools/: PR go/65462 * Makefile.am (go_cmd_go_files): Add $(libgodir)/zstdpkglist.go. * Makefile.in: Rebuild. From-SVN: r221643
61 lines
1.7 KiB
Plaintext
61 lines
1.7 KiB
Plaintext
2015-03-24 Ian Lance Taylor <iant@google.com>
|
|
|
|
PR go/65462
|
|
* Makefile.am (go_cmd_go_files): Add $(libgodir)/zstdpkglist.go.
|
|
* Makefile.in: Rebuild.
|
|
|
|
2015-03-12 Ian Lance Taylor <iant@google.com>
|
|
|
|
* Makefile.am (GOLINK): Add GOCFLAGS.
|
|
* Makefile.in: Rebuild.
|
|
|
|
2015-01-23 Ian Lance Taylor <iant@google.com>
|
|
|
|
PR go/64738
|
|
* Makefile.am (AM_LDFLAGS): Remove -static-libgo.
|
|
* Makefile.in: Rebuild.
|
|
|
|
2015-01-22 Ian Lance Taylor <iant@google.com>
|
|
|
|
PR go/64595
|
|
* go.1, gofmt.1: New files.
|
|
* Makefile.am (man_MANS): New variable.
|
|
* Makefile.in: Rebuild.
|
|
|
|
2015-01-21 Ian Lance Taylor <iant@google.com>
|
|
|
|
* Makefile.am (noinst_PROGRAMS): New variable.
|
|
(libexecsub_PROGRAMS): Remove variable.
|
|
(install-exec-local, uninstall-local): New targets.
|
|
* Makefile.in: Rebuild.
|
|
|
|
2015-01-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
|
|
|
* configure.ac: Check if sched_yield and/or nanosleep need -lrt.
|
|
* configure: Regenerate.
|
|
* Makefile.am (go$(EXEEXT), gofmt$(EXEEXT), cgo$(EXEEXT)): Link
|
|
with $(LIBS).
|
|
* Makefile.in: Regenerate.
|
|
|
|
2015-01-15 Ian Lance Taylor <iant@google.com>
|
|
|
|
* configure.ac: Check for networking libraries; see NET_LIBS.
|
|
* Makefile.am (go$(EXEEXT)): Link against NET_LIBS.
|
|
(gofmt$(EXEEXT), cgo$(EXEEXT)): Likewise.
|
|
* configure, Makefile.in: Rebuild.
|
|
|
|
2015-01-14 Ian Lance Taylor <iant@google.com>
|
|
|
|
* Makefile.am (go_cmd_go_files): Sort entries. Add generate.go.
|
|
* Makefile.in: Rebuild.
|
|
|
|
2015-01-09 Ian Lance Taylor <iant@google.com>
|
|
|
|
* 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.
|
|
|
|
* Initial implementation.
|