Skip to content

Commit 3718de7

Browse files
committed
Add support for alternative network stack io-sock on QNX 7.1 aarch64 and x86_64
1 parent 8c79ed2 commit 3718de7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/target/llvm.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ pub(crate) fn guess_llvm_target_triple(
4848
os => os,
4949
};
5050
let env = match env {
51-
"newlib" | "nto70" | "nto71" | "ohos" | "p1" | "p2" | "relibc" | "sgx" | "uclibc" => "",
51+
"newlib" | "nto70" | "nto71" | "nto71_iosock" | "ohos" | "p1" | "p2" | "relibc" | "sgx"
52+
| "uclibc" => "",
5253
env => env,
5354
};
5455
let abi = match abi {

0 commit comments

Comments
 (0)