Skip to content

Commit 6801e2d

Browse files
committed
Never build gcc_personality_v0.c
Refs rust-lang#29977 rust-lang#35004 rust-lang#35032
1 parent 9316ae5 commit 6801e2d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

mk/rt.mk

-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,6 @@ COMPRT_OBJS_$(1) += emutls.o
384384
endif
385385

386386
ifeq ($$(findstring msvc,$(1)),)
387-
COMPRT_OBJS_$(1) += gcc_personality_v0.o
388387
COMPRT_OBJS_$(1) += emutls.o
389388

390389
ifeq ($$(findstring x86_64,$(1)),x86_64)

src/bootstrap/native.rs

-2
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,6 @@ pub fn compiler_rt(build: &Build, target: &str) {
348348
]);
349349
}
350350
} else {
351-
sources.push("gcc_personality_v0.c");
352-
353351
if target.contains("x86_64") {
354352
sources.extend(vec![
355353
"x86_64/chkstk.S",

0 commit comments

Comments
 (0)