1[short] skip 'skipping cross-compile in short mode' 2 3env GOARCH=arm 4env GOOS=linux 5env GOARM=5 6 7go build hello.go 8! stderr 'unable to find math.a' 9 10-- hello.go -- 11package main 12 13func main() {}
View as plain text