| ... | @@ -292,6 +292,7 @@ pub fn mainSimple() anyerror!void { | ... | @@ -292,6 +292,7 @@ pub fn mainSimple() anyerror!void { |
| 292 | }; | 292 | }; |
| 293 | // is the backend capable of using std.fmt.format to print a summary at the end? | 293 | // is the backend capable of using std.fmt.format to print a summary at the end? |
| 294 | const print_summary = switch (builtin.zig_backend) { | 294 | const print_summary = switch (builtin.zig_backend) { |
| | 295 | .stage2_riscv64 => true, |
| 295 | else => false, | 296 | else => false, |
| 296 | }; | 297 | }; |
| 297 | | 298 | |