]> Cypherpunks repositories - gostls13.git/commit
cmd/go: don't pass empty string to ar when using -compiler=gccgo
authorIan Lance Taylor <iant@golang.org>
Wed, 31 Oct 2018 16:32:51 +0000 (09:32 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 31 Oct 2018 22:14:09 +0000 (22:14 +0000)
commitd086c5c81f6e19e1dce0a17d901fec071b9394ff
tree2a1cb79755f4f81684d41276909e3742710199c5
parent3553eca27c31e9709e9831f3d26ec555b904dcd4
cmd/go: don't pass empty string to ar when using -compiler=gccgo

Correct error introduced in CL 145417 on non-AIX systems.

Fixes #28511

Change-Id: I6624939061425af19faccedd271f465d1fe6b975
Reviewed-on: https://go-review.googlesource.com/c/146277
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/internal/work/gccgo.go