We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9316ae5 commit 6801e2dCopy full SHA for 6801e2d
mk/rt.mk
@@ -384,7 +384,6 @@ COMPRT_OBJS_$(1) += emutls.o
384
endif
385
386
ifeq ($$(findstring msvc,$(1)),)
387
-COMPRT_OBJS_$(1) += gcc_personality_v0.o
388
COMPRT_OBJS_$(1) += emutls.o
389
390
ifeq ($$(findstring x86_64,$(1)),x86_64)
src/bootstrap/native.rs
@@ -348,8 +348,6 @@ pub fn compiler_rt(build: &Build, target: &str) {
348
]);
349
}
350
} else {
351
- sources.push("gcc_personality_v0.c");
352
-
353
if target.contains("x86_64") {
354
sources.extend(vec![
355
"x86_64/chkstk.S",
0 commit comments