all: power64 is now ppc64

Fixes #8654.

LGTM=austin
R=austin
CC=golang-codereviews
https://golang.org/cl/180600043
This commit is contained in:
Russ Cox 2014-12-05 19:13:20 -05:00
parent dcb2ec3b65
commit 09d92b6bbf
74 changed files with 131 additions and 135 deletions

View file

@ -104,7 +104,7 @@ func (f *machoFile) goarch() string {
case macho.CpuArm:
return "arm"
case macho.CpuPpc64:
return "power64"
return "ppc64"
}
return ""
}