Closed
Description
google#399 opened on Mar 7 by @alanjds
Related to golang/go#23086 (comment)
When trying to compile on 32bit CPU, the import of __go__.math
fails:
$ echo 'print "Hello"' | make run --debug
...
Must remake target 'build/pkg/android_arm/__python__/__go__/math.a'.
# __python__/__go__/math
build/src/__python__/__go__/math/module.go:273:54: constant 9223372036854775807 overflows int
build/src/__python__/__go__/math/module.go:288:54: constant 4294967295 overflows int
build/src/__python__/__go__/math/module.go:318:54: constant -9223372036854775808 overflows int
make: *** [Makefile:260: build/pkg/android_arm/__python__/__go__/math.a] Error 2
$
Had not included a test as Travis CI have no such machines available