]> Cypherpunks repositories - gostls13.git/commit
cmd/go: pass -intgosize to SWIG
authorCarlos Castillo <cookieo9@gmail.com>
Sat, 2 Mar 2013 00:48:21 +0000 (16:48 -0800)
committerIan Lance Taylor <iant@golang.org>
Sat, 2 Mar 2013 00:48:21 +0000 (16:48 -0800)
commit7c793826d44a6abb76f7846c51503f574eafe9e4
tree77eda99c03824ca0481eb2c3f4acd136ec73a6d5
parent67a6b4f0ef04e547e671230d84f96b00a2966113
cmd/go: pass -intgosize to SWIG

swig >= 2.0.9 requires the size of int values to be passed via a command line flag. Should swig complain about the -intgosize not being supported, then alert the user to their outdated version of swig.

Fixes #4756.

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