Skip to content

Commit

Permalink
Add support for alternative network stack io-sock on QNX 7.1 aarch64 …
Browse files Browse the repository at this point in the history
…and x86_64
  • Loading branch information
flba-eb committed Dec 4, 2024
1 parent afb6d60 commit eaff721
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/target/llvm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ pub(crate) fn guess_llvm_target_triple(
os => os,
};
let env = match env {
"newlib" | "nto70" | "nto71" | "ohos" | "p1" | "p2" | "relibc" | "sgx" | "uclibc" => "",
"newlib" | "nto70" | "nto71" | "nto71_iosock" | "ohos" | "p1" | "p2" | "relibc" | "sgx"
| "uclibc" => "",
env => env,
};
let abi = match abi {
Expand Down

0 comments on commit eaff721

Please sign in to comment.