Upgrade dist-x86_64-netbsd to NetBSD 9.0
This commit is contained in:
parent
0da281b606
commit
32a3130813
3 changed files with 15 additions and 18 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue