systems: add avrlibc for avr systems

This commit is contained in:
Matthew Bauer 2018-10-14 20:41:33 -05:00
parent d59a9ac7cf
commit 72e3b2a662

View file

@ -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 = {