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 = {
|
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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user