a41b62bc61
OBS-URL: https://build.opensuse.org/request/show/325388 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=227
20 lines
972 B
Diff
20 lines
972 B
Diff
Index: go/src/make.bash
|
|
===================================================================
|
|
--- go.orig/src/make.bash
|
|
+++ go/src/make.bash
|
|
@@ -153,12 +153,12 @@ if [ "$GOHOSTARCH" != "$GOARCH" -o "$GOH
|
|
# CC_FOR_TARGET is recorded as the default compiler for the go tool. When building for the host, however,
|
|
# use the host compiler, CC, from `cmd/dist/dist env` instead.
|
|
CC=$CC GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH \
|
|
- "$GOTOOLDIR"/go_bootstrap install -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v std cmd
|
|
+ "$GOTOOLDIR"/go_bootstrap install -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v -x std cmd
|
|
echo
|
|
fi
|
|
|
|
echo "##### Building packages and commands for $GOOS/$GOARCH."
|
|
-CC=$CC_FOR_TARGET "$GOTOOLDIR"/go_bootstrap install $GO_FLAGS -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v std cmd
|
|
+CC=$CC_FOR_TARGET "$GOTOOLDIR"/go_bootstrap install $GO_FLAGS -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v -x std cmd
|
|
echo
|
|
|
|
rm -f "$GOTOOLDIR"/go_bootstrap
|