Commit 8cad9251 authored by Mikio Hara's avatar Mikio Hara

cmd/go: fix freebsd build

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5530063
parent 8d8829c6
......@@ -449,6 +449,9 @@ func (b *builder) do(root *action) {
// drop the parallelism to 1, both to make the output
// deterministic and because there is no real work anyway.
par := buildP
if par == 0 {
par = 1
}
if buildN {
par = 1
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment