Skip to content

Commit 341ce55

Browse files
flba-ebmadsmtm
authored andcommitted
Add support for alternative network stack io-sock on QNX 7.1 aarch64 and x86_64
1 parent 15fe112 commit 341ce55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/target/llvm.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ pub(crate) fn guess_llvm_target_triple(
4242
os => os,
4343
};
4444
let env = match env {
45-
"newlib" | "nto70" | "nto71" | "ohos" | "p1" | "p2" | "relibc" | "sgx" | "uclibc" => "",
45+
"newlib" | "nto70" | "nto71" | "nto71_iosock" | "ohos" | "p1" | "p2" | "relibc" | "sgx"
46+
| "uclibc" => "",
4647
env => env,
4748
};
4849
let abi = match abi {

0 commit comments

Comments
 (0)