lib: Adjust NetBSD example systems

Deprecate the odd one so no breaking change.
This commit is contained in:
John Ericson
2021-04-15 04:38:17 +00:00
committed by John Ericson
parent 4689d19e35
commit a2650e1257
+10 -1
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
#