Skip to content

Commit 7cac962

Browse files
author
Jorge Aparicio
committed
std: Remove unused objects from compiler-builtins
rust-lang/rust#38623
1 parent 03aa2ef commit 7cac962

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.rs

-6
Original file line numberDiff line numberDiff line change
@@ -181,12 +181,10 @@ fn main() {
181181

182182
if target_os != "ios" {
183183
sources.extend(&["absvti2.c",
184-
"addtf3.c",
185184
"addvti3.c",
186185
"clzti2.c",
187186
"cmpti2.c",
188187
"ctzti2.c",
189-
"divtf3.c",
190188
"ffsti2.c",
191189
"fixdfti.c",
192190
"fixsfti.c",
@@ -200,16 +198,12 @@ fn main() {
200198
"floatuntidf.c",
201199
"floatuntisf.c",
202200
"floatuntixf.c",
203-
"multf3.c",
204201
"mulvti3.c",
205202
"negti2.c",
206203
"negvti2.c",
207204
"parityti2.c",
208205
"popcountti2.c",
209-
"powitf2.c",
210-
"subtf3.c",
211206
"subvti3.c",
212-
"trampoline_setup.c",
213207
"ucmpti2.c"]);
214208
}
215209

0 commit comments

Comments
 (0)