]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: support -installsuffix in the compiler and builder
authorDave Day <djd@golang.org>
Thu, 3 Oct 2013 03:48:47 +0000 (13:48 +1000)
committerDave Day <djd@golang.org>
Thu, 3 Oct 2013 03:48:47 +0000 (13:48 +1000)
commit0a033a18adc0a5c79607a94cda405119a47f908b
treeffc01a89f4f3798466d89ebb99558e4d13e78c51
parent45b830ed319ee1d82ff9d41c35d6145ab7ecbb82
cmd/gc: support -installsuffix in the compiler and builder

Add the -installsuffix flag to gc and {5,6,8}l, which overrides -race
for the suffix if both are supplied.
Pass this flag from the go tool for build and install.

R=rsc
CC=golang-dev
https://golang.org/cl/14246044
src/cmd/5l/obj.c
src/cmd/6l/obj.c
src/cmd/8l/obj.c
src/cmd/gc/go.h
src/cmd/gc/lex.c
src/cmd/go/build.go
src/cmd/go/testflag.go
src/cmd/ld/lib.c
src/cmd/ld/lib.h