We changed to from MinGW to TDM-GCC. Windows bootstrapping now easier: https://groups.google.com/d/msg/golang-dev/Rjgft0z8ICo/2cED16SqLx0J

peterGo 2015-03-12 19:49:33 -04:00
parent 58f3868912
commit 92b0c50253

@ -23,5 +23,5 @@ If you want to build 32-bit binaries on a 64-bit system you'll need both
` glibc-devel.i386 ` and ` glibc-devel.x86_64 ` packages.
On Windows, install ` gcc ` with
[MinGW](http://www.mingw.org/).
[TDM-GCC](http://tdm-gcc.tdragon.net/).
(Make sure you add its ` bin ` subdirectory to your ` PATH `.) Go does not support the Cygwin toolchain.