Merge pull request #119511 from Ericson2314/netbsd-lib-example-better-name

lib: Adjust NetBSD example systems
This commit is contained in:
John Ericson 2021-04-15 01:09:24 -04:00 committed by GitHub
commit 706c39e5c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -248,11 +248,20 @@ rec {
# BSDs
amd64-netbsd = {
# Deprecate
amd64-netbsd = x86_64-netbsd;
x86_64-netbsd = {
config = "x86_64-unknown-netbsd";
libc = "nblibc";
};
x86_64-netbsd-llvm = {
config = "x86_64-unknown-netbsd";
libc = "nblibc";
useLLVM = true;
};
#
# WASM
#