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:
parent
12bf00054e
commit
ad3e82e736
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user