| ... | ... | @@ -131,7 +131,7 @@ pub fn buildStaticLib(comp: *Compilation, prog_node: std.Progress.Node) BuildErr |
| 131 | 131 | if (!comp.config.any_non_single_threaded) { |
| 132 | 132 | try cflags.append("-D_LIBUNWIND_HAS_NO_THREADS"); |
| 133 | 133 | } |
| 134 | | if (target.cpu.arch.isARM() and target.abi.floatAbi() == .hard) { |
| 134 | if (target.cpu.arch.isArmOrThumb() and target.abi.floatAbi() == .hard) { |
| 135 | 135 | try cflags.append("-DCOMPILER_RT_ARMHF_TARGET"); |
| 136 | 136 | } |
| 137 | 137 | try cflags.append("-Wno-bitwise-conditional-parentheses"); |