From 047406083a0b34a3b88e388361bb07c85c200838 Mon Sep 17 00:00:00 2001 From: Jan Teske Date: Sun, 26 Nov 2017 21:53:57 +0100 Subject: [PATCH] Remove mulsf3.c and muldf3.c from compiler-rt. mulsf3 and muldf3 have Rust implementations since 8970485. Remove the C implementations to avoid conflicts. --- build.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.rs b/build.rs index 753978d..4f8db80 100644 --- a/build.rs +++ b/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",