| ... | @@ -152,7 +152,7 @@ pub fn getExternalExecutor(io: Io, candidate: *const std.Target, options: GetExt | ... | @@ -152,7 +152,7 @@ pub fn getExternalExecutor(io: Io, candidate: *const std.Target, options: GetExt |
| 152 | // TODO: Actually check the SuperH version. | 152 | // TODO: Actually check the SuperH version. |
| 153 | .sh => "qemu-sh4", | 153 | .sh => "qemu-sh4", |
| 154 | .sheb => "qemu-sh4eb", | 154 | .sheb => "qemu-sh4eb", |
| 155 | .sparc => if (candidate.cpu.has(.sparc, .v8plus)) "qemu-sparc32plus" else "qemu-sparc", | 155 | .sparc => "qemu-sparc32plus", |
| 156 | .thumb => "qemu-arm", | 156 | .thumb => "qemu-arm", |
| 157 | .thumbeb => "qemu-armeb", | 157 | .thumbeb => "qemu-armeb", |
| 158 | else => "qemu-" ++ @tagName(t), | 158 | else => "qemu-" ++ @tagName(t), |