Skip to content

Commit

Permalink
Rollup merge of rust-lang#95659 - anp:remove-link-print, r=tmandry
Browse files Browse the repository at this point in the history
Rely on #[link] attribute for unwind on Fuchsia.

Closes rust-lang#95575.
  • Loading branch information
Dylan-DPC authored Apr 5, 2022
2 parents 81f1d55 + 92246c0 commit 8046c93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/unwind/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ fn main() {
// This is handled in the target spec with late_link_args_[static|dynamic]
} else if target.contains("uwp-windows-gnu") {
println!("cargo:rustc-link-lib=unwind");
} else if target.contains("fuchsia") {
println!("cargo:rustc-link-lib=unwind");
} else if target.contains("haiku") {
println!("cargo:rustc-link-lib=gcc_s");
} else if target.contains("redox") {
Expand Down

0 comments on commit 8046c93

Please sign in to comment.