Comment 1 for bug 1983742

Revision history for this message
Andreas Hasenack (ahasenack) 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
"""