Browse Source

Auto merge of #211 - haellowyyn:fix-multi-definition-of-mulsf3, r=alexcrichton

Remove mulsf3.c and muldf3.c from compiler-rt.

mulsf3 and muldf3 have Rust implementations since 8970485. This PR removes the C implementations to avoid conflicts.

Without this I wasn't able to compile the crate with the "c" feature enabled, the errors being
`multiple definition of '__muldf3'` and `multiple definition of '__mulsf3'`.
bors 7 years ago
parent
commit
18feaccbfd
1 changed files with 0 additions and 2 deletions
  1. 0 2
      build.rs

+ 0 - 2
build.rs

@@ -4987,9 +4987,7 @@ mod c {
                 "floatundisf.c",
                 "int_util.c",
                 "muldc3.c",
-                "muldf3.c",
                 "mulsc3.c",
-                "mulsf3.c",
                 "mulvdi3.c",
                 "mulvsi3.c",
                 "mulxc3.c",