doc/go1.5: mention cgo is supported on linux/arm64 (ext. link only) · golang/go@8ac129e (original) (raw)

Skip to content

View all features

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 8ac129e

doc/go1.5: mention cgo is supported on linux/arm64 (ext. link only)

Change-Id: I1dcca264d9cc900aad2d7737073cc01fe574bf55 Reviewed-on: https://go-review.googlesource.com/8623Reviewed-by: Minux Ma minux@golang.org

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 1 addition & 1 deletion

Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ Go 1.4 required to build (https://golang.org/cl/2470, https://golang.org/cl/2993
10 10
11 11 New Ports:
12 12 darwin/arm, a.k.a iOS. (https://golang.org/cl/2118, 2119, 3273, 2121, 2122, ..., 2127)
13 -linux/arm64
13 +linux/arm64 (cgo is supported, but only with external linking)
14 14
15 15 Removed Ports:
16 16 dragonfly/386 (https://golang.org/cl/7543)