On Thu, Aug 6, 2015 at 10:49 AM, Rolf Sommerhalder > Thus, I will now
re-build the entire package with this option, re-try,
> and report the outcome...
Being ecouraged by [1] too, I re-build go-1.4.1 package with an
additional line in its Makefile:
.elif ${MACHINE_ARCH} == "i386"
GOARCH = 386
GO386 = 387
EXEPREFIX = 8
Unfortunately, the resulting package still aborts with SIGILL on ALIX
with AMD Geode LX.
Thus, I will dig into the package build in oder to verify that the
GO386 parameter is indeed taking effect throughout the build
process...
[1] Golang on the Geode processor
http://blog.nella.org/golang-on-the-geode-processor/