| ... | ... | @@ -149,7 +149,7 @@ comptime { |
| 149 | 149 | |
| 150 | 150 | @export(@import("compiler_rt/clzsi2.zig").__clzsi2, .{ .name = "__clzsi2", .linkage = linkage }); |
| 151 | 151 | |
| 152 | | if (builtin.arch.isARM() and !is_test) { |
| 152 | if ((builtin.arch.isARM() or builtin.arch.isThumb()) and !is_test) { |
| 153 | 153 | @export(@import("compiler_rt/arm.zig").__aeabi_unwind_cpp_pr0, .{ .name = "__aeabi_unwind_cpp_pr0", .linkage = linkage }); |
| 154 | 154 | @export(@import("compiler_rt/arm.zig").__aeabi_unwind_cpp_pr1, .{ .name = "__aeabi_unwind_cpp_pr1", .linkage = linkage }); |
| 155 | 155 | @export(@import("compiler_rt/arm.zig").__aeabi_unwind_cpp_pr2, .{ .name = "__aeabi_unwind_cpp_pr2", .linkage = linkage }); |