On Fri, May 15, 2020 at 6:42 AM Rainer Orth
wrote:
>
> > On Thu, May 14, 2020 at 12:43 PM Rainer Orth
> > wrote:
> >>
> >> > This libgo patch builds the syscall test with -static. This avoids
> >> > problems finding libgo.so when running the test as root, which invokes
> >> > the test as a chil
Hi Ian,
> On Thu, May 14, 2020 at 12:43 PM Rainer Orth
> wrote:
>>
>> > This libgo patch builds the 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. This
>> > fixe
On Thu, May 14, 2020 at 12:43 PM Rainer Orth
wrote:
>
> > This libgo patch builds the 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. This
> > fixes GCC PR 95061. B
Hi Ian,
> This libgo patch builds the 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. This
> fixes GCC PR 95061. Bootstrapped and ran Go tests on
> x86_64-pc-linux-gnu.