• Russ Cox's avatar
    cmd/go: add go1.1 build tag, add -installsuffix flag · e778f930
    Russ Cox authored
    The new build tag "go1.1" will be satisfied by any Go 1.z release >= 1.1.
    In general, the build tag "go1.x" will be satisfied by any Go 1.z release >= 1.x.
    What happens when we reach Go 2 is yet to be decided.
    
    The tags "go1" or "go1.0" are missing, because +build tags did not exist
    before then, and also because the Go 1.0 releases do not recognize them.
    
    The new -installsuffix flag gives access to the build context's InstallSuffix
    (formerly named InstallTag, but not part of Go 1.0), for use in isolating
    builds to custom directories. For example -race implies -installsuffix race,
    and an AppEngine-specific build might use -tags appengine -installsuffix appengine.
    
    Fixes #4116.
    Fixes #4443.
    
    R=golang-dev, bradfitz, r
    CC=golang-dev
    https://golang.org/cl/7794043
    e778f930
Name
Last commit
Last update
..
5a Loading commit data...
5c Loading commit data...
5g Loading commit data...
5l Loading commit data...
6a Loading commit data...
6c Loading commit data...
6g Loading commit data...
6l Loading commit data...
8a Loading commit data...
8c Loading commit data...
8g Loading commit data...
8l Loading commit data...
addr2line Loading commit data...
api Loading commit data...
cc Loading commit data...
cgo Loading commit data...
cov Loading commit data...
dist Loading commit data...
fix Loading commit data...
gc Loading commit data...
go Loading commit data...
godoc Loading commit data...
gofmt Loading commit data...
ld Loading commit data...
nm Loading commit data...
objdump Loading commit data...
pack Loading commit data...
prof Loading commit data...
vet Loading commit data...
yacc Loading commit data...