]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: enable extlink test on linux/arm64
authorShenghou Ma <minux@golang.org>
Wed, 3 Jun 2015 00:52:46 +0000 (20:52 -0400)
committerMinux Ma <minux@golang.org>
Wed, 3 Jun 2015 03:57:08 +0000 (03:57 +0000)
commitbbdf631f342585cb316cc0b4823241d45058fe9b
tree401141faf6f9b979284093166e0af560fbbd6e5a
parent10083d80079055aa5e7946f3f4972fc4d8c296f1
cmd/dist: enable extlink test on linux/arm64

It was an oversight (but as linux/arm64 doesn't support internal
linking and always use external linking with cgo, no harm is done.)

Change-Id: Ie5f2b445cb67a8e63d6b868e63379c68847554f9
Reviewed-on: https://go-review.googlesource.com/10636
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/dist/test.go