Comment 1 for bug 1609823

Revision history for this message
Tero Marttila (terom) wrote :

Workaround is to use go build:

    GOPATH=~/go GOOS=linux GOARCH=arm GOARM=5 go build -o bin/linux_arm/foo -v .

But this recompiles the entire stdlib each time.