]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: do not link math lib by default on windows
authorAlex Brainman <alex.brainman@gmail.com>
Mon, 24 Oct 2016 01:04:12 +0000 (12:04 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Mon, 24 Oct 2016 08:09:57 +0000 (08:09 +0000)
commit9ac60181e2e54b6404e67852d6e1e65a8cbd3616
tree90102fc0a60023816605a64bcc4306bfbe4673f8
parent3cbfcaa4ba898faba516fbb9f3debf4ceac1a557
runtime/cgo: do not link math lib by default on windows

Makes windows same as others.

Change-Id: Ib4651e06d0bd37473ac345d36c91f39aa8f5e662
Reviewed-on: https://go-review.googlesource.com/31791
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Minux Ma <minux@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/cgo/cgo.go