We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b58e840 commit 4d41699Copy full SHA for 4d41699
mk/rt.mk
@@ -384,11 +384,6 @@ COMPRT_OBJS_$(1) += emutls.o
384
endif
385
386
ifeq ($$(findstring msvc,$(1)),)
387
-
388
-ifeq ($$(findstring freebsd,$(1)),)
389
-COMPRT_OBJS_$(1) += gcc_personality_v0.o
390
-endif
391
392
COMPRT_OBJS_$(1) += emutls.o
393
394
ifeq ($$(findstring x86_64,$(1)),x86_64)
src/bootstrap/native.rs
@@ -348,10 +348,6 @@ pub fn compiler_rt(build: &Build, target: &str) {
348
]);
349
}
350
} else {
351
- if !target.contains("freebsd") {
352
- sources.push("gcc_personality_v0.c");
353
- }
354
355
if target.contains("x86_64") {
356
sources.extend(vec![
357
"x86_64/chkstk.S",
0 commit comments