Change-Id: Ia1ba28c81e31d149c59a48d5f71628ac0ff14d8e
Reviewed-on: https://go-review.googlesource.com/5283
Reviewed-by: Minux Ma <minux@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
if err := toolVerify(b, p, "new"+archChar+"a", ofile, args); err != nil {
return err
}
- switch goarch {
- case "386", "amd64", "amd64p32", "arm": // Asm only supports these architectures so far.
- if err := toolVerify(b, p, "asm", ofile, args); err != nil {
- return err
- }
+ if err := toolVerify(b, p, "asm", ofile, args); err != nil {
+ return err
}
}
return nil