mips / readme
I think xgo is trying to build some mips versions when I pass linux/* but there is no mention of mips on the readme. Please can you update the readme?
I am also trying to compile MIPS binaries
With go1.8rc3 I can cross-compile and output linux/mips binaries, but go1.8 only supports doing so for MIPS platforms with either hardware or (simulated) software floating point support, and my target system has neither. So I'm hoping to use gcc/gccgo/xgo/??? to cross-compile successfully.
Any pointers would be appreciated!
@elimisteve No luck there :) Xgo just uses the stock Go + various gcc toolkits to cross compile.