Skip to content

Commit 9f65757

Browse files
committed
don't test against system symbols s390x
1 parent c8ab8ef commit 9f65757

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

builtins-test/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ fn main() {
6969
|| target.arch == "powerpc64"
7070
|| target.arch == "powerpc64le"
7171
|| target.arch == "loongarch64"
72+
// ABI only recently got specified
73+
|| target.arch == "s390x"
7274
|| (target.arch == "x86" && !target.has_feature("sse"))
7375
|| target.os == "windows"
7476
// Linking says "error: function signature mismatch: __extendhfsf2" and seems to

0 commit comments

Comments
 (0)