1
Fork 0

Upgrade dist-x86_64-netbsd to NetBSD 9.0

This commit is contained in:
Josh Stone 2022-10-18 19:06:57 -07:00
parent 0da281b606
commit 32a3130813
3 changed files with 15 additions and 18 deletions

View file

@ -334,7 +334,7 @@ fn main() {
"c++"
} else if target.contains("netbsd") && llvm_static_stdcpp.is_some() {
// NetBSD uses a separate library when relocation is required
"stdc++_pic"
"stdc++_p"
} else if llvm_use_libcxx.is_some() {
"c++"
} else {