parent
e1fb75d02e
commit
a13d0e2b13
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ fn main() {
|
|||
sources.extend(&["x86_64/floatdidf.c", "x86_64/floatdisf.c", "x86_64/floatdixf.c"]);
|
||||
}
|
||||
} else {
|
||||
if target_os != "freebsd" {
|
||||
if target_os != "freebsd" && !target.contains("netbsd") {
|
||||
sources.extend(&["gcc_personality_v0.c"]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue