• Russ Cox's avatar
    build: fixes for Windows · 0509727b
    Russ Cox authored
    * work around a linker/cgo bug
    * do not run deps.bash on Windows unless we need it
      (cuts a full minute off the build time)
    * add windows to the list of cgo-enabled targets
    
    The gopack problem is issue 2601.
    
    R=golang-dev, r, bradfitz
    CC=golang-dev
    https://golang.org/cl/5504062
    0509727b
make.bash 3.63 KB