From 72e3b2a6629dbe12f184ed0156d9c34af271e158 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Sun, 14 Oct 2018 20:41:33 -0500 Subject: systems: add avrlibc for avr systems --- lib/systems/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/systems/default.nix b/lib/systems/default.nix index 8f5ef44ae72f..0b3475fefb9c 100644 --- a/lib/systems/default.nix +++ b/lib/systems/default.nix @@ -32,6 +32,7 @@ rec { else if final.isUClibc then "uclibc" else if final.isAndroid then "bionic" else if final.isLinux /* default */ then "glibc" + else if final.isAvr then "avrlibc" # TODO(@Ericson2314) think more about other operating systems else "native/impure"; extensions = { -- cgit 1.4.1