]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: remove -installsuffix flag
authorMatthew Dempsky <mdempsky@google.com>
Wed, 29 Jun 2022 20:20:36 +0000 (13:20 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Wed, 13 Jul 2022 21:42:33 +0000 (21:42 +0000)
commit558785a0a9df5fbb7e9617c05059cf2892884620
treed881d9ec0cf65b892c0fc6f56fde6357a55853ca
parent1355ea3045cd1327740ecfb7387918db45bf4f89
cmd/compile: remove -installsuffix flag

Obsoleted by -importcfg.

cmd/link has a similar flag, but it seems to still be needed at least
for misc/cgo/testshared.TestGopathShlib. I can't immediately tell why
(has something to do with finding .so files), but it doesn't appear to
possibly affect cmd/compile.

Updates #51225.

Change-Id: I80c6aef860bd162c010ad4a1a4f532b400cf901c
Reviewed-on: https://go-review.googlesource.com/c/go/+/415236
Reviewed-by: David Chase <drchase@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/compile/doc.go
src/cmd/compile/internal/base/flag.go
src/cmd/compile/internal/noder/import.go
src/cmd/go/internal/work/gc.go