[Bug 1609823] Re: Outdated README.Debian for cross-compilation on Ubuntu xenial

2016-08-05 Thread Hans Joachim Desserud
Thanks for taking your time to report this issue and help making Ubuntu. Version 1.6.3-1 of golang-1.6 removed the outdated README.Debian, so it doesn't contain misleading instructions in the development version of Ubuntu. The bad news is that I don't think it contains updated instructions... **

[Bug 1609823] Re: Outdated README.Debian for cross-compilation on Ubuntu xenial

2016-08-04 Thread Tero Marttila
Workaround is to use go build: GOPATH=~/go GOOS=linux GOARCH=arm GOARM=5 go build -o bin/linux_arm/foo -v . But this recompiles the entire stdlib each time. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.