3
0
Fork 0
forked from mirrors/nixpkgs

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 = {
config = "x86_64-unknown-netbsd";
libc = "nblibc";
};
# this is broken and never worked fully
x86_64-netbsd-llvm = {
config = "x86_64-unknown-netbsd";
libc = "nblibc";
useLLVM = true;
};