Commit 64b54a6f by Ian Lance Taylor

re PR go/65404 (cgo tool on powerpc-linux-gnu maybe incomplete)

	PR go/65404
go/build: cgo works on linux/pcc.

From-SVN: r221396
parent 04a17093
......@@ -268,6 +268,7 @@ var cgoEnabled = map[string]bool{
"linux/alpha": true,
"linux/amd64": true,
"linux/arm": true,
"linux/ppc": true,
"linux/ppc64": true,
"linux/ppc64le": true,
"linux/s390": 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