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 214-219 func bootstrapBuildTools() { Link Here
214
		"install",
214
		"install",
215
		"-gcflags=-l",
215
		"-gcflags=-l",
216
		"-tags=math_big_pure_go compiler_bootstrap purego",
216
		"-tags=math_big_pure_go compiler_bootstrap purego",
217
		"-buildvcs=false",
217
	}
218
	}
218
	if vflag > 0 {
219
	if vflag > 0 {
219
		cmd = append(cmd, "-v")
220
		cmd = append(cmd, "-v")

Return to bug 836261