mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-04 17:40:25 +08:00
go/build: cgo works on linux/arm64.
From-SVN: r221398
This commit is contained in:
parent
fafa095c5f
commit
2960e09d9d
@ -268,6 +268,7 @@ var cgoEnabled = map[string]bool{
|
||||
"linux/alpha": true,
|
||||
"linux/amd64": true,
|
||||
"linux/arm": true,
|
||||
"linux/arm64": true,
|
||||
"linux/ppc": true,
|
||||
"linux/ppc64": true,
|
||||
"linux/ppc64le": true,
|
||||
|
Loading…
Reference in New Issue
Block a user