mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
Announce: https://blog.rust-lang.org/2023/08/24/Rust-1.72.0.html ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.72.0 PR: 244316 Tested by: mikael,pkubaj
10 lines
482 B
Rust
10 lines
482 B
Rust
--- library/backtrace/src/backtrace/mod.rs.orig 2021-11-29 19:27:28 UTC
|
|
+++ library/backtrace/src/backtrace/mod.rs
|
|
@@ -139,6 +139,7 @@ cfg_if::cfg_if! {
|
|
not(target_os = "emscripten"),
|
|
not(all(target_os = "ios", target_arch = "arm")),
|
|
not(all(target_os = "nto", target_env = "nto70")),
|
|
+ not(all(target_os = "freebsd", target_arch = "riscv64")),
|
|
),
|
|
all(
|
|
target_env = "sgx",
|