gcc/gotools
Ian Lance Taylor 2f55f4aa6c go/build, cmd/go: update to match recent changes to gc
Several recent changes to the gc version of cmd/go improve the
    gofrontend support. These changes are partially copies of existing
    gofrontend differences, and partially new code. This CL makes the
    gofrontend match the upstream code.
    
    The changes included here come from:
        https://golang.org/cl/111575
        https://golang.org/cl/111595
        https://golang.org/cl/111635
        https://golang.org/cl/111636
    
    For the record, the following recent gc changes are based on code
    already present in the gofrontend repo:
        https://golang.org/cl/110915
        https://golang.org/cl/111615
    
    For the record, a gc change, partially based on earlier gofrontend
    work, also with new gc code, was already copied to gofrontend repo in
    CL 111099:
        https://golang.org/cl/111097
    
    This moves the generated list of standard library packages from
    cmd/go/internal/load to go/build.
    
    Reviewed-on: https://go-review.googlesource.com/112475

gotools/:
	* Makefile.am (check-go-tool): Don't copy zstdpkglist.go.
	* Makefile.in: Rebuild.

From-SVN: r260097
2018-05-09 21:49:47 +00:00
..
config configure.ac (host_tools): Add gotools. 2015-01-09 21:23:09 +00:00
ChangeLog go/build, cmd/go: update to match recent changes to gc 2018-05-09 21:49:47 +00:00
Makefile.am go/build, cmd/go: update to match recent changes to gc 2018-05-09 21:49:47 +00:00
Makefile.in go/build, cmd/go: update to match recent changes to gc 2018-05-09 21:49:47 +00:00
README configure.ac (host_tools): Add gotools. 2015-01-09 21:23:09 +00:00
aclocal.m4 gotools: Bump to automake 1.11.6 2015-05-13 10:59:14 +00:00
configure configure.ac: Substitute GOC_FOR_TARGET and GCC_FOR_TARGET. 2017-08-30 18:27:17 +00:00
configure.ac configure.ac: Substitute GOC_FOR_TARGET and GCC_FOR_TARGET. 2017-08-30 18:27:17 +00:00
go.1 re PR go/64595 (go programs abort when debug info is stripped) 2015-01-23 01:42:08 +00:00
gofmt.1 re PR go/64595 (go programs abort when debug info is stripped) 2015-01-23 01:42:08 +00:00

README

This directory builds tools used by people working in the Go language.
The source code for these tools lives in libgo/go/cmd, where it is
copied from the master gofrontend repository.  This directory contains
only the configure/Makefile instructions required to build the tools.

This directory builds two programs for general use: go and gofmt.  It
also builds one program for internal use by the go tool: cgo.  For
more information on these tools see the doc.go files in the relevant
source code, which can also be seen hosted at golang.org:

http://golang.org/cmd/go
http://golang.org/cmd/gofmt
http://golang.org/cmd/cgo