msp430: include vendor headers with stdenv

This commit is contained in:
Aaron Lindsay
2019-03-25 20:39:51 -07:00
parent 02a1d3b24a
commit 1c7bb464d9
3 changed files with 26 additions and 0 deletions
+1
View File
@@ -34,6 +34,7 @@ rec {
else if final.isUClibc then "uclibc"
else if final.isAndroid then "bionic"
else if final.isLinux /* default */ then "glibc"
else if final.isMsp430 then "newlib"
else if final.isAvr then "avrlibc"
# TODO(@Ericson2314) think more about other operating systems
else "native/impure";