Follow-up to 1afb17ed5f
Disable gcc_personality_v0.c in rustbuild as well as the normal build. Rustbuild now gets further on FreeBSD, but it still fails due to other problems.
This commit is contained in:
parent
1afb17ed5f
commit
8604c5494e
1 changed files with 3 additions and 1 deletions
|
|
@ -348,7 +348,9 @@ pub fn compiler_rt(build: &Build, target: &str) {
|
|||
]);
|
||||
}
|
||||
} else {
|
||||
sources.push("gcc_personality_v0.c");
|
||||
if !target.contains("freebsd") {
|
||||
sources.push("gcc_personality_v0.c");
|
||||
}
|
||||
|
||||
if target.contains("x86_64") {
|
||||
sources.extend(vec![
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue