1
0
mirror of https://github.com/golang/go synced 2024-11-24 21:00:09 -07:00

undo CL 5530063 / 1d7295fdf62e

runtime: enable runtime.ncpu on FreeBSD

««« original CL description
cmd/go: fix freebsd build

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5530063
»»»

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5531059
This commit is contained in:
Mikio Hara 2012-01-10 16:11:31 +09:00
parent 12bf00054e
commit ad3e82e736

View File

@ -449,9 +449,6 @@ 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
}