Skip to content

Commit 18feacc

Browse files
committed
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'`.
2 parents 60d949b + 0474060 commit 18feacc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4987,9 +4987,7 @@ mod c {
49874987
"floatundisf.c",
49884988
"int_util.c",
49894989
"muldc3.c",
4990-
"muldf3.c",
49914990
"mulsc3.c",
4992-
"mulsf3.c",
49934991
"mulvdi3.c",
49944992
"mulvsi3.c",
49954993
"mulxc3.c",

0 commit comments

Comments
 (0)