From a2650e125701ab20730bb79ab28072c749919a51 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Tue, 19 May 2020 21:57:03 -0400 Subject: [PATCH] lib: Adjust NetBSD example systems Deprecate the odd one so no breaking change. --- lib/systems/examples.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix index 838b648e582..654d6f69af0 100644 --- a/lib/systems/examples.nix +++ b/lib/systems/examples.nix @@ -248,11 +248,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 #