From: Shenghou Ma Date: Wed, 8 Apr 2015 08:48:49 +0000 (-0400) Subject: doc/go1.5: mention cgo is supported on linux/arm64 (ext. link only) X-Git-Tag: go1.5beta1~1251 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8ac129e5304c6d16b4562c3f13437765d7c8a184;p=gostls13.git doc/go1.5: mention cgo is supported on linux/arm64 (ext. link only) Change-Id: I1dcca264d9cc900aad2d7737073cc01fe574bf55 Reviewed-on: https://go-review.googlesource.com/8623 Reviewed-by: Minux Ma --- diff --git a/doc/go1.5.txt b/doc/go1.5.txt index 5b93b0999b..7e310da847 100644 --- a/doc/go1.5.txt +++ b/doc/go1.5.txt @@ -10,7 +10,7 @@ Go 1.4 required to build (https://golang.org/cl/2470, https://golang.org/cl/2993 New Ports: darwin/arm, a.k.a iOS. (https://golang.org/cl/2118, 2119, 3273, 2121, 2122, ..., 2127) -linux/arm64 +linux/arm64 (cgo is supported, but only with external linking) Removed Ports: dragonfly/386 (https://golang.org/cl/7543)