summaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2020-05-13 11:12:01 -0700
committerIan Lance Taylor <iant@golang.org>2020-05-13 11:45:55 -0700
commit0d5d880994660e231f82b7cb1dcfab744158f7e0 (patch)
treea1234ab5ae870bd9caf82df9a274c8d8462761e0 /gcc/go
parentd2ec2786827e41a872276c88fb5d68c24e13ec46 (diff)
libgo: build syscall test with -static
This avoids problems finding libgo.so when running the test as root, which invokes the test as a child process in various limited environments. Fixes PR go/95061 Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/233897
Diffstat (limited to 'gcc/go')
-rw-r--r--gcc/go/gofrontend/MERGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index 02f6746cf6b..b63bb3bd547 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-876bdf3df3bb33dbf1414237d84be5da32a48082
+93b3d88515db85e203d54f382200b84b56b0ae4c
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.