Re: [update] lang/go to 1.16

2021-03-03 Thread Stuart Henderson
On 2021/03/03 10:16, Janne Johansson wrote: > Den lör 20 feb. 2021 kl 07:54 skrev Joel Sing : > > On 21-02-19 17:22:09, Aaron Bieber wrote: > > > Here is a fairly well tested update to Go. This version now uses libc[1] > > > thanks > > > to jsing@'s hard work! > > > > Just to clarify, Go 1.16

Re: [update] lang/go to 1.16

2021-03-03 Thread Janne Johansson
> > I did test mips64 and it took me a while to figure out the magic incantation*) > for bootstrapping it, then make and make test works > > but make install seems to lack two files: ..and there were commits done to lang/go between my tests and this mail of course. Will let the dust settle a

Re: [update] lang/go to 1.16

2021-03-03 Thread Janne Johansson
Den lör 20 feb. 2021 kl 07:54 skrev Joel Sing : > On 21-02-19 17:22:09, Aaron Bieber wrote: > > Here is a fairly well tested update to Go. This version now uses libc[1] > > thanks > > to jsing@'s hard work! > > Just to clarify, Go 1.16 uses libc-based syscalls for amd64 and > arm64. The remaining

Re: [update] lang/go to 1.16

2021-02-20 Thread Joel Sing
On 21-02-20 10:39:40, Stuart Henderson wrote: > On 2021/02/20 17:53, Joel Sing wrote: > > > -MAKE_ENV += GO386=387 > > > > We'll presumably want to keep this with GO386=softfloat - otherwise the > > go binary package will only be useable on i386 CPUs with SSE support. > > Yes, it's

Re: [update] lang/go to 1.16

2021-02-20 Thread Stuart Henderson
On 2021/02/20 17:53, Joel Sing wrote: > > -MAKE_ENV +=GO386=387 > > We'll presumably want to keep this with GO386=softfloat - otherwise the > go binary package will only be useable on i386 CPUs with SSE support. Yes, it's needed for ALIX/WRAP/net5501/net4801 which still just

Re: [update] lang/go to 1.16

2021-02-19 Thread Joel Sing
On 21-02-19 17:22:09, Aaron Bieber wrote: > Here is a fairly well tested update to Go. This version now uses libc[1] > thanks > to jsing@'s hard work! Just to clarify, Go 1.16 uses libc-based syscalls for amd64 and arm64. The remaining platforms (openbsd/386, openbsd/arm, openbsd/mips64) are

[update] lang/go to 1.16

2021-02-19 Thread Aaron Bieber
Hi! Here is a fairly well tested update to Go. This version now uses libc[1] thanks to jsing@'s hard work! Some other changes that impact OpenBSD: - Modules are used by default now. This breaks sysutils/amazon-ssm-agent, sysutils/fleetctl and textproc/loccount, but I have fixes standing