[Buildroot] [PATCH 1/1] package/go: bump version to 1.16

Christian Stewart christian at paral.in
Fri Feb 19 11:52:12 UTC 2021


On Thu, Feb 18, 2021 at 2:37 AM Peter Korsgaard <peter at korsgaard.com> wrote:
>
> >>>>> "Christian" == Christian Stewart <christian at paral.in> writes:
>
>  > Release notes: https://golang.org/doc/go1.16
>
> The release notes mention changes for i386 machines without SSE support,
> but you don't seem to be handling that?

I guess you're talking about this section:

 As announced in the Go 1.15 release notes, Go 1.16 drops support for
x87 mode compilation (GO386=387). Support for non-SSE2 processors is
now available using soft float mode (GO386=softfloat). Users running
on non-SSE2 processors should replace GO386=387 with GO386=softfloat.

We don't set GO386 so it doesn't apply.

Best,
Christian


More information about the buildroot mailing list