1
0
mirror of https://github.com/golang/go synced 2024-10-03 11:11:22 -06:00
go/src/runtime/zgoarch_ppc64.go
Aram Hăvărneanu 846ee0465b runtime: add support for linux/arm64
Change-Id: Ibda6a5bedaff57fd161d63fc04ad260931d34413
Reviewed-on: https://go-review.googlesource.com/7142
Reviewed-by: Russ Cox <rsc@golang.org>
2015-03-16 18:45:54 +00:00

14 lines
254 B
Go

// generated by gengoos.go using 'go generate'
package runtime
const theGoarch = `ppc64`
const goarch_386 = 0
const goarch_amd64 = 0
const goarch_amd64p32 = 0
const goarch_arm = 0
const goarch_arm64 = 0
const goarch_ppc64 = 1
const goarch_ppc64le = 0