]> git.pld-linux.org Git - packages/golang.git/blame - golang-1.2-verbose-build.patch
up to 1.9.3
[packages/golang.git] / golang-1.2-verbose-build.patch
CommitLineData
641563f5
JP
1--- golang-1.9.3/src/make.bash.orig 2018-01-27 14:02:08.808740661 +0100
2+++ golang-1.9.3/src/make.bash 2018-01-27 14:04:37.817549145 +0100
3@@ -167,7 +167,7 @@
c1200160
ER
4 # CC_FOR_TARGET is recorded as the default compiler for the go tool. When building for the host, however,
5 # use the host compiler, CC, from `cmd/dist/dist env` instead.
6 CC=$CC GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH \
7- "$GOTOOLDIR"/go_bootstrap install -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v std cmd
8+ "$GOTOOLDIR"/go_bootstrap install -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v -x std cmd
9 echo
10 fi
11
641563f5
JP
12@@ -175,7 +175,7 @@
13
14 old_bin_files=$(cd $GOROOT/bin && echo *)
15
c1200160
ER
16-CC=$CC_FOR_TARGET "$GOTOOLDIR"/go_bootstrap install $GO_FLAGS -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v std cmd
17+CC=$CC_FOR_TARGET "$GOTOOLDIR"/go_bootstrap install $GO_FLAGS -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v -x std cmd
c1200160 18
641563f5
JP
19 # Check that there are no new files in $GOROOT/bin other than go and gofmt
20 # and $GOOS_$GOARCH (a directory used when cross-compiling).
This page took 0.044353 seconds and 4 git commands to generate.