On Sun, Feb 20, 2022 at 2:13 PM Rainer Orth wrote: > > > This patch updates libgo to the Go1.18rc1 release. Bootstrapped and > > ran Go testsuite on x86_64-pc-linux-gnu. Committed to mainline. > > this broke Solaris bootstrap: > > ld: fatal: file runtime/internal/.libs/syscall.o: open failed: No such file or directory > collect2: error: ld returned 1 exit status > > Creating a dummy syscall_solaris.go worked around that for now. Sorry about that. I committed this patch which should fix the problem. Ian