Skip to content

Commit 4859aba

Browse files
committed
Don't build gcc_personality_v0
1 parent d051480 commit 4859aba

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.rs

-4
Original file line numberDiff line numberDiff line change
@@ -4138,10 +4138,6 @@ mod c {
41384138
);
41394139
}
41404140
} else {
4141-
if target_os != "freebsd" && target_os != "netbsd" {
4142-
sources.extend(&["gcc_personality_v0.c"]);
4143-
}
4144-
41454141
// None of these seem to be used on x86_64 windows, and they've all
41464142
// got the wrong ABI anyway, so we want to avoid them.
41474143
if target_os != "windows" {

0 commit comments

Comments
 (0)