diff options
author | Ian Lance Taylor <iant@golang.org> | 2020-05-13 11:12:01 -0700 |
---|---|---|
committer | Giuliano Belinassi <giuliano.belinassi@usp.br> | 2020-08-17 13:03:15 -0300 |
commit | a2990530e6b5bc8d08ac46e4ea1c77f80cf88c00 (patch) | |
tree | 8626715867358cb1bd390997ce1b23ecac8680f2 /gcc | |
parent | 2f42ac10556fe7cef596c52f3b6a2d612153ee49 (diff) | |
download | gcc-a2990530e6b5bc8d08ac46e4ea1c77f80cf88c00.zip gcc-a2990530e6b5bc8d08ac46e4ea1c77f80cf88c00.tar.gz gcc-a2990530e6b5bc8d08ac46e4ea1c77f80cf88c00.tar.bz2 |
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')
-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 02f6746..b63bb3b 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. |