]> Cypherpunks repositories - gostls13.git/commit
go/build: don't alter InstallSuffix for default compile options
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 14 Jul 2016 21:07:18 +0000 (14:07 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 26 Aug 2016 23:01:37 +0000 (23:01 +0000)
commita46ea907053d6ad116e49f76f58b69633c6039d3
tree57e0c68304409679bfeccc000a001a712fd038a5
parent87061054e709f5408db4bc1b9ac8e5685883d9fa
go/build: don't alter InstallSuffix for default compile options

Fixes #16378.

Change-Id: I99a064f1afec78fb63cb3719061d20be0f21d45d
Reviewed-on: https://go-review.googlesource.com/24930
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/testshared/shared_test.go
src/cmd/go/build.go