Vincent Batts 0b3722b
Index: go/src/make.bash
Vincent Batts 0b3722b
===================================================================
Vincent Batts 0b3722b
--- go.orig/src/make.bash
Vincent Batts 0b3722b
+++ go/src/make.bash
Vincent Batts 0b3722b
@@ -161,12 +161,12 @@ if [ "$GOHOSTARCH" != "$GOARCH" -o "$GOH
Vincent Batts 0b3722b
 	# CC_FOR_TARGET is recorded as the default compiler for the go tool. When building for the host, however,
Vincent Batts 0b3722b
 	# use the host compiler, CC, from `cmd/dist/dist env` instead.
Vincent Batts 0b3722b
 	CC=$CC GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH \
c56eb06
-		"$GOTOOLDIR"/go_bootstrap install -ccflags "$GO_CCFLAGS" -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v std
c56eb06
+		"$GOTOOLDIR"/go_bootstrap install -ccflags "$GO_CCFLAGS" -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v -x std
c56eb06
 	echo
c56eb06
 fi
c56eb06
 
c56eb06
 echo "# Building packages and commands for $GOOS/$GOARCH."
Vincent Batts 0b3722b
-CC=$CC_FOR_TARGET "$GOTOOLDIR"/go_bootstrap install $GO_FLAGS -ccflags "$GO_CCFLAGS" -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v std
Vincent Batts 0b3722b
+CC=$CC_FOR_TARGET "$GOTOOLDIR"/go_bootstrap install $GO_FLAGS -ccflags "$GO_CCFLAGS" -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v -x std
c56eb06
 echo
c56eb06
 
c56eb06
 rm -f "$GOTOOLDIR"/go_bootstrap