]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix -Wl,--whole-archive for aix/ppc64
authorClément Chigot <clement.chigot@atos.net>
Wed, 27 Feb 2019 12:49:17 +0000 (13:49 +0100)
committerIan Lance Taylor <iant@golang.org>
Wed, 27 Feb 2019 15:56:45 +0000 (15:56 +0000)
commit0d8c3637b1482402eb5328ca089862eb30fa636a
tree8b398c49eb0a5a5c9a0ea4d0566f40e2a49d7a88
parent850e3636d5d269c71df22a88f49423fe87179519
cmd/go: fix -Wl,--whole-archive for aix/ppc64

--whole-archive doesn't exist on AIX. It was already removed most of
the time but was still added with c-archive or c-shared buildmodes.

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