]> Cypherpunks repositories - gostls13.git/commit
cmd/go: change ar argument to rc
authorIan Lance Taylor <iant@golang.org>
Thu, 5 Nov 2015 01:38:53 +0000 (17:38 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 5 Nov 2015 16:16:41 +0000 (16:16 +0000)
commit321cf6f86dd28248d98e5e24c073740f23c1897b
treeeb812aec41fb007fbb95c883570cfb6916e6f6ed
parent967564be7eef0575235e838839c7847da7723378
cmd/go: change ar argument to rc

Put 'r' first because that is the command, and 'c' is the modifier.
Keep 'c' because it means to not warn when creating an archive.
Drop 'u' because it is unnecessary and fails on Arch Linux.

No test because this is only for gccgo (I tested it manually).

Fixes #12310.

Change-Id: Id740257fb1c347dfaa60f7d613af2897dae2c059
Reviewed-on: https://go-review.googlesource.com/16664
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/cmd/go/build.go