Skip to content

Commit bc2860f

Browse files
committed
go/build: cgo is supported on linux/arm64 (external linking only)
Fixes #10107. Change-Id: I309e3df7608b9eef9339196fdc50dedf5f9439f6 Reviewed-on: https://go-review.googlesource.com/8453 Reviewed-by: Aram Hăvărneanu <aram@mgk.ro>
1 parent 7a96ecd commit bc2860f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/go/build/build.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ var cgoEnabled = map[string]bool{
265265
"linux/386": true,
266266
"linux/amd64": true,
267267
"linux/arm": true,
268+
"linux/arm64": true,
268269
"linux/ppc64le": true,
269270
"android/386": true,
270271
"android/amd64": true,

0 commit comments

Comments
 (0)