From 7cac9625b54d162198dabaebd660239dbd38fde6 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Mon, 6 Feb 2017 15:13:40 -0500 Subject: [PATCH] std: Remove unused objects from compiler-builtins rust-lang/rust#38623 --- build.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build.rs b/build.rs index f29a483..125813e 100644 --- a/build.rs +++ b/build.rs @@ -181,12 +181,10 @@ fn main() { if target_os != "ios" { sources.extend(&["absvti2.c", - "addtf3.c", "addvti3.c", "clzti2.c", "cmpti2.c", "ctzti2.c", - "divtf3.c", "ffsti2.c", "fixdfti.c", "fixsfti.c", @@ -200,16 +198,12 @@ fn main() { "floatuntidf.c", "floatuntisf.c", "floatuntixf.c", - "multf3.c", "mulvti3.c", "negti2.c", "negvti2.c", "parityti2.c", "popcountti2.c", - "powitf2.c", - "subtf3.c", "subvti3.c", - "trampoline_setup.c", "ucmpti2.c"]); }