mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime: added mips64{,le} build tags and GOARCH cases
Change-Id: I381c03d957a0dccae5f655f02e92760e5c0e9629 Reviewed-on: https://go-review.googlesource.com/14929 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Minux Ma <minux@golang.org>
This commit is contained in:
parent
15b51d6ae6
commit
c1037aad4d
6 changed files with 7 additions and 5 deletions
|
|
@ -103,7 +103,7 @@ func TestGdbPython(t *testing.T) {
|
|||
// stack frames on RISC architectures.
|
||||
canBackTrace := false
|
||||
switch runtime.GOARCH {
|
||||
case "amd64", "386", "ppc64", "ppc64le", "arm", "arm64":
|
||||
case "amd64", "386", "ppc64", "ppc64le", "arm", "arm64", "mips64", "mips64le":
|
||||
canBackTrace = true
|
||||
args = append(args,
|
||||
"-ex", "echo BEGIN goroutine 2 bt\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue