r230678 - in /branches/gcc-5-branch/libgo/go/cm...
ian@gcc.gnu.org
ian@gcc.gnu.org
Fri Nov 20 21:30:00 GMT 2015
Author: ian
Date: Fri Nov 20 21:30:48 2015
New Revision: 230678
URL: https://gcc.gnu.org/viewcvs?rev=230678&root=gcc&view=rev
Log:
cmd: Use correct install tool dir with gccgo
When using the go command built from gccgo to build and
install a go tool, use the value from runtime GCCGOTOOLDIR as
the install directory.
This also fixes the output from 'go tool' when used with the
gccgo-built go command, to only include the go tools and not
other binaries found in the same directory.
Reviewed-on: https://go-review.googlesource.com/16516
Modified:
branches/gcc-5-branch/libgo/go/cmd/go/pkg.go
branches/gcc-5-branch/libgo/go/cmd/go/tool.go
More information about the Gcc-cvs
mailing list