Skip to content

Commit 1a78cb5

Browse files
committed
backport rust-lang#623
1 parent 80ed5f8 commit 1a78cb5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.rs

-4
Original file line numberDiff line numberDiff line change
@@ -513,10 +513,6 @@ mod c {
513513
("__fe_getround", "fp_mode.c"),
514514
("__fe_raise_inexact", "fp_mode.c"),
515515
]);
516-
517-
if target_os != "windows" {
518-
sources.extend(&[("__multc3", "multc3.c")]);
519-
}
520516
}
521517

522518
if target_arch == "mips" {

0 commit comments

Comments
 (0)