forked from mirrors/nixpkgs
lib/systems: Simplify NetBSD examples
The libc will be inferred.
This commit is contained in:
parent
efc5fa937a
commit
f172d86a4e
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue