diff options
author | Ian Lance Taylor <iant@golang.org> | 2021-09-21 11:44:26 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2021-09-21 14:31:10 -0700 |
commit | 09e18d113b3c3dae896ac1a8ad1e0087adbb153b (patch) | |
tree | 66b099a6ebc2076ef353afa90d9703824d023812 /gcc | |
parent | 97cfb54c3ff15b9691fd1c12a29de56966bf8e0d (diff) | |
download | gcc-09e18d113b3c3dae896ac1a8ad1e0087adbb153b.zip gcc-09e18d113b3c3dae896ac1a8ad1e0087adbb153b.tar.gz gcc-09e18d113b3c3dae896ac1a8ad1e0087adbb153b.tar.bz2 |
runtime: set runtime.GOROOT value at build time
In Go 1.17 the gc toolchain changed to set runtime.GOROOT in cmd/link
(previously it was runtime/internal/sys.GOROOT). Do the same in libgo.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/351313
gotools/:
* Makefile.am (check-runtime): Add goroot.go to --extrafiles.
* Makefile.in: Regenerate.
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 e2abd5f..edfbe46 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -850235e4b974b9c5c2d7a1f9860583bd07f2a45c +e3bfc0889237a5bb8aa7ae30e1cff14f90a5f941 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |