diff options
author | Ian Lance Taylor <iant@golang.org> | 2023-09-06 11:21:11 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2023-09-06 11:37:20 -0700 |
commit | dab7163feedc99bd94549ee490031f86f8d0a6ca (patch) | |
tree | f1ff0c5380cd67ba40b197c07b22de6ed38d4aa2 /gcc | |
parent | 52e2aaaa70e847d240fb68a27c88ee60189515a6 (diff) | |
download | gcc-dab7163feedc99bd94549ee490031f86f8d0a6ca.zip gcc-dab7163feedc99bd94549ee490031f86f8d0a6ca.tar.gz gcc-dab7163feedc99bd94549ee490031f86f8d0a6ca.tar.bz2 |
cmd/go: permit $AR to include options
Handle the AR environment variable, used by gccgo,
the same way we handle the CC environment variable.
This ports https://go.dev/cl/526275 to the gofrontend repo.
This is needed for gccgo testing because the top-level GCC Makefile
now passes a --plugin option to ar if it supports one.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/526295
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 83ab3e2..30710e8 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -d04b024021bb7dbaa434a6d902bd12beb08e315f +53cdfab53ce79d8dfc1df01a696d4ffc43f17c3d The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |