Skip to content

Commit

Permalink
std: Remove unused objects from compiler-builtins
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Feb 6, 2017
1 parent 03aa2ef commit 7cac962
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"]);
}

Expand Down

0 comments on commit 7cac962

Please sign in to comment.