]> Cypherpunks repositories - gostls13.git/commit
cmd/go: link cgo into tests on darwin/arm
authorDavid Crawshaw <crawshaw@golang.org>
Fri, 20 Feb 2015 16:05:36 +0000 (11:05 -0500)
committerDavid Crawshaw <crawshaw@golang.org>
Mon, 23 Feb 2015 17:17:49 +0000 (17:17 +0000)
commit2f9c9e552d7cdcbf6aecbd4aee900cce39bcd2d9
tree8f4255170a565dcbaa588ad7b4024de86407fcf8
parent48469a2c866ca21f6d72bc4dee52b1a3fbf187c5
cmd/go: link cgo into tests on darwin/arm

We currently have only one supported darwin/arm device, a locked iOS
machine. It requires cgo binaries.

Change-Id: If36a152e6a743e4a58ea3470e62cccb742630a5d
Reviewed-on: https://go-review.googlesource.com/5443
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/test.go