diff --git a/bin/cross-compile.go b/bin/cross-compile.go index 8e1a1e0b4..2553dba7c 100644 --- a/bin/cross-compile.go +++ b/bin/cross-compile.go @@ -63,7 +63,9 @@ var osarches = []string{ // Special environment flags for a given arch var archFlags = map[string][]string{ - "386": {"GO386=387"}, + "386": {"GO386=387"}, + "mips": {"GOMIPS=softfloat"}, + "mipsle": {"GOMIPS=softfloat"}, } // runEnv - run a shell command with env