gcc/libgo/go/cmd/go
Ian Lance Taylor dcfa3345eb 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

From-SVN: r230677
2015-11-20 21:30:16 +00:00
..
testdata
alldocs.go
bootstrap.go
build.go re PR go/68255 (cgo-generated constructor not being called) 2015-11-10 20:31:11 +00:00
clean.go
context.go
discovery.go
doc.go
env.go
fix.go
fmt.go
generate_test.go
generate.go
get.go
go11.go
go_test.go
go_windows_test.go
help.go
http.go
list.go
main.go
match_test.go
mkdoc.sh
note_test.go
note.go
pkg_test.go
pkg.go cmd: Use correct install tool dir with gccgo 2015-11-20 21:30:16 +00:00
run.go
script
script.txt
signal_notunix.go
signal_unix.go
signal.go
tag_test.go
test.bash
test.go
testflag.go
testgo.go
tool.go cmd: Use correct install tool dir with gccgo 2015-11-20 21:30:16 +00:00
vcs_test.go
vcs.go
vendor_test.go
version.go
vet.go