]> Cypherpunks repositories - gostls13.git/commit
build: avoid bad environment interactions
authorRuss Cox <rsc@golang.org>
Sun, 12 Sep 2010 03:41:40 +0000 (23:41 -0400)
committerRuss Cox <rsc@golang.org>
Sun, 12 Sep 2010 03:41:40 +0000 (23:41 -0400)
commitca9d3f3463d8015c1650bf7e9535e4d495d06ffd
treef37d4ec0c99e348adc0da8cdd11c27d85a8f950d
parent6e6fc674257ee7dfd5380f386e5f0861ba2f2031
build: avoid bad environment interactions

Specifically, $LIB is set on Windows.

Also diagnose attempt to build GOOS=darwin GOARCH=arm.
Otherwise the build fails mysteriously in package runtime.

Fixes #1065.

R=r
CC=golang-dev
https://golang.org/cl/2162043
src/Make.inc