Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 836261 | Differences between
and this patch

Collapse All | Expand All

(-)go/src/cmd/dist/buildtool.go (+1 lines)
Lines 209-214 Link Here
209
		"install",
209
		"install",
210
		"-gcflags=-l",
210
		"-gcflags=-l",
211
		"-tags=math_big_pure_go compiler_bootstrap",
211
		"-tags=math_big_pure_go compiler_bootstrap",
212
		"-buildvcs=false",
212
	}
213
	}
213
	if vflag > 0 {
214
	if vflag > 0 {
214
		cmd = append(cmd, "-v")
215
		cmd = append(cmd, "-v")

Return to bug 836261