Commit 1d599906 by Ian Lance Taylor

go/build: cgo works on linux/alpha.

From Uros Bizjak.

From-SVN: r219691
parent 85d7b5d5
......@@ -265,6 +265,7 @@ var cgoEnabled = map[string]bool{
"freebsd/amd64": true,
"freebsd/arm": true,
"linux/386": true,
"linux/alpha": true,
"linux/amd64": true,
"linux/arm": true,
"linux/ppc64": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment