Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-04-15 06:05:40 +00:00
committed by GitHub
12 changed files with 152 additions and 35 deletions

View File

@@ -250,11 +250,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
#