]> Cypherpunks repositories - gostls13.git/commit
cmd/go: permit $AR to include options
authorIan Lance Taylor <iant@golang.org>
Wed, 6 Sep 2023 18:18:07 +0000 (11:18 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 6 Sep 2023 18:35:28 +0000 (18:35 +0000)
commitf25ca8b33d7c40f03faf17b74682ee894d4112af
treee2dc2e94fe85c2a3ed517ebe1607386b04ad36a1
parent3f0f76734e981bf62322f9ecd738839c0f7c54b3
cmd/go: permit $AR to include options

Handle the AR environment variable, used by gccgo,
the same way we handle the CC environment variable.

Change-Id: I4f42161469392f68f0b5adeb9c8b52359d5108a6
Reviewed-on: https://go-review.googlesource.com/c/go/+/526275
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/cmd/go/internal/work/gccgo.go