https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95061
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Ian Lance Taylor <i...@gcc.gnu.org>: https://gcc.gnu.org/g:0d5d880994660e231f82b7cb1dcfab744158f7e0 commit r11-364-g0d5d880994660e231f82b7cb1dcfab744158f7e0 Author: Ian Lance Taylor <i...@golang.org> Date: Wed May 13 11:12:01 2020 -0700 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