std: Remove unused objects from compiler-builtins

rust-lang/rust#38623
master
Jorge Aparicio 2017-02-06 15:13:40 -05:00
parent 03aa2ef390
commit 7cac9625b5
1 changed files with 0 additions and 6 deletions

View File

@ -181,12 +181,10 @@ fn main() {
if target_os != "ios" { if target_os != "ios" {
sources.extend(&["absvti2.c", sources.extend(&["absvti2.c",
"addtf3.c",
"addvti3.c", "addvti3.c",
"clzti2.c", "clzti2.c",
"cmpti2.c", "cmpti2.c",
"ctzti2.c", "ctzti2.c",
"divtf3.c",
"ffsti2.c", "ffsti2.c",
"fixdfti.c", "fixdfti.c",
"fixsfti.c", "fixsfti.c",
@ -200,16 +198,12 @@ fn main() {
"floatuntidf.c", "floatuntidf.c",
"floatuntisf.c", "floatuntisf.c",
"floatuntixf.c", "floatuntixf.c",
"multf3.c",
"mulvti3.c", "mulvti3.c",
"negti2.c", "negti2.c",
"negvti2.c", "negvti2.c",
"parityti2.c", "parityti2.c",
"popcountti2.c", "popcountti2.c",
"powitf2.c",
"subtf3.c",
"subvti3.c", "subvti3.c",
"trampoline_setup.c",
"ucmpti2.c"]); "ucmpti2.c"]);
} }