mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: power64 is now ppc64
Fixes #8654. LGTM=austin R=austin CC=golang-codereviews https://golang.org/cl/180600043
This commit is contained in:
parent
dcb2ec3b65
commit
09d92b6bbf
74 changed files with 131 additions and 135 deletions
|
|
@ -104,7 +104,7 @@ func (f *machoFile) goarch() string {
|
|||
case macho.CpuArm:
|
||||
return "arm"
|
||||
case macho.CpuPpc64:
|
||||
return "power64"
|
||||
return "ppc64"
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue