From ff7e3ba2c010b4748fb092170bf5187167a49267 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Mon, 3 Oct 2016 20:52:14 -0500 Subject: [PATCH] stop compiling compiler-rt implementations to avoid duplicate symbols --- build.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.rs b/build.rs index a05a1a5..856a6bc 100644 --- a/build.rs +++ b/build.rs @@ -160,8 +160,6 @@ fn main() { "paritysi2.c", "popcountdi2.c", "popcountsi2.c", - "powidf2.c", - "powisf2.c", "powixf2.c", "subdf3.c", "subsf3.c",