]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix build -n output when using swig
authorRuss Cox <rsc@golang.org>
Tue, 10 Sep 2013 16:55:07 +0000 (12:55 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 10 Sep 2013 16:55:07 +0000 (12:55 -0400)
commit7d249ef28f5566f77706ccf1b0b5f181e0d873ae
treed00f1761ca74e7b4844ce3b2df08c56b9f8bd36f
parent7c6db642b041f632b38687399a5bcad8229497e2
cmd/go: fix build -n output when using swig

$INTBITS will not be defined, of course, but that's the best we can do.

Fixes #5978.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/13253048
src/cmd/go/build.go