On Wednesday, September 14 2022, Andreas Hasenack wrote:
> Would a two-stage build on i386 be another way to address this, like
> outlined in
> https://github.com/golang/go/issues/44500#issuecomment-784675990 ?
>
> """
> export GO386='softfloat'
> GO386= ./bootstrap.bash
> export GOROOT_BOOTSTRAP="../../go-$GOOS-$GOARCH-bootstrap"
> ./make.bash
> """
Unfortunately no. I remember having tried to do this 2-stage build and
bumping into another failure.
I believe that not using GO387 when compiling for i386 is the proper
(and apparently the only) way to go here.
On Wednesday, September 14 2022, Andreas Hasenack wrote:
> Would a two-stage build on i386 be another way to address this, like /github. com/golang/ go/issues/ 44500#issuecomm ent-784675990 ? BOOTSTRAP= "../../ go-$GOOS- $GOARCH- bootstrap"
> outlined in
> https:/
>
> """
> export GO386='softfloat'
> GO386= ./bootstrap.bash
> export GOROOT_
> ./make.bash
> """
Unfortunately no. I remember having tried to do this 2-stage build and
bumping into another failure.
I believe that not using GO387 when compiling for i386 is the proper
(and apparently the only) way to go here.
--
Sergio
GPG key ID: E92F D0B3 6B14 F1F4 D8E0 EB2F 106D A1C8 C3CB BF14