Skip to content

Commit 03e375b

Browse files
committed
s390x still disable libm
1 parent d1be246 commit 03e375b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libm/configure.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ impl Config {
3535

3636
let target_arch = env::var("CARGO_CFG_TARGET_ARCH").unwrap();
3737
// Symbols are missing so we can't test until they get to nightly
38-
let bootstrapping_f128 = target_arch == "x86";
38+
let bootstrapping_f128 = target_arch == "x86" || target_arch == "s390x";
3939

4040
Self {
4141
target_triple,

0 commit comments

Comments
 (0)