Don't build gcc_personality_v0
This commit is contained in:
parent
3eff54a4ee
commit
e8964fc7dd
1 changed files with 0 additions and 4 deletions
|
|
@ -4138,10 +4138,6 @@ mod c {
|
|||
);
|
||||
}
|
||||
} else {
|
||||
if target_os != "freebsd" && target_os != "netbsd" {
|
||||
sources.extend(&["gcc_personality_v0.c"]);
|
||||
}
|
||||
|
||||
// None of these seem to be used on x86_64 windows, and they've all
|
||||
// got the wrong ABI anyway, so we want to avoid them.
|
||||
if target_os != "windows" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue