Skip to content

Instantly share code, notes, and snippets.

@conoro
Created February 24, 2016 15:37
Show Gist options
  • Save conoro/41f5743235ba9897cbed to your computer and use it in GitHub Desktop.
Save conoro/41f5743235ba9897cbed to your computer and use it in GitHub Desktop.
Run a Windows CMD prompt setup for GO MIPS32 cross-compilation
set GOOS=linux
set GOARCH=mips32
set GOROOT=d:\gitwork\go-mips32
set GOPATH=d:\gitwork\go
set PATH=d:\gitwork\go-mips32\bin;%PATH%
CMD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment