lib: Adjust NetBSD example systems

Deprecate the odd one so no breaking change.
This commit is contained in:
John Ericson 2020-05-19 21:57:03 -04:00 committed by John Ericson
parent 4689d19e35
commit a2650e1257

View file

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