Skip to content

Commit

Permalink
Never build gcc_personality_v0.c
Browse files Browse the repository at this point in the history
  • Loading branch information
jakllsch committed Jul 25, 2016
1 parent 9316ae5 commit 6801e2d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion mk/rt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ COMPRT_OBJS_$(1) += emutls.o
endif

ifeq ($$(findstring msvc,$(1)),)
COMPRT_OBJS_$(1) += gcc_personality_v0.o
COMPRT_OBJS_$(1) += emutls.o

ifeq ($$(findstring x86_64,$(1)),x86_64)
Expand Down
2 changes: 0 additions & 2 deletions src/bootstrap/native.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,6 @@ pub fn compiler_rt(build: &Build, target: &str) {
]);
}
} else {
sources.push("gcc_personality_v0.c");

if target.contains("x86_64") {
sources.extend(vec![
"x86_64/chkstk.S",
Expand Down

0 comments on commit 6801e2d

Please sign in to comment.