| ... | @@ -221,7 +221,6 @@ pub fn log( | ... | @@ -221,7 +221,6 @@ pub fn log( |
| 221 | pub fn mainSimple() anyerror!void { | 221 | pub fn mainSimple() anyerror!void { |
| 222 | // is the backend capable of printing to stderr? | 222 | // is the backend capable of printing to stderr? |
| 223 | const enable_print = switch (builtin.zig_backend) { | 223 | const enable_print = switch (builtin.zig_backend) { |
| 224 | .stage2_riscv64 => true, | | |
| 225 | else => false, | 224 | else => false, |
| 226 | }; | 225 | }; |
| 227 | // is the backend capable of using std.fmt.format to print a summary at the end? | 226 | // is the backend capable of using std.fmt.format to print a summary at the end? |