lib/systems: Simplify NetBSD examples

The libc will be inferred.
This commit is contained in:
John Ericson 2022-10-31 08:35:09 -04:00
parent efc5fa937a
commit f172d86a4e

View File

@ -305,13 +305,11 @@ rec {
x86_64-netbsd = { x86_64-netbsd = {
config = "x86_64-unknown-netbsd"; config = "x86_64-unknown-netbsd";
libc = "nblibc";
}; };
# this is broken and never worked fully # this is broken and never worked fully
x86_64-netbsd-llvm = { x86_64-netbsd-llvm = {
config = "x86_64-unknown-netbsd"; config = "x86_64-unknown-netbsd";
libc = "nblibc";
useLLVM = true; useLLVM = true;
}; };