See: https://github.com/golang/go/issues/5266

Essentially, you need to recompile go with:
export GO386=387
export GOOS=linux
export GOARCH=386

Then you can successfully build using the same. (This allowed go to work on 
my Alix board.) Worked for Go 1.1beta, might still work now.

On Saturday, 13 January 2018 02:25:09 UTC+13, Nicolas Repentin wrote:
>
> Hi all
>
> I'm searching how to compile golang to use it on an old 32bits cpu (AMD 
> Geode) without SSE.
>
> Any idea?
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to