initial implementation of vc4 cross-compile

This commit is contained in:
Michael Bishop
2019-11-19 22:19:15 -04:00
parent 91b02cd86b
commit 4aa1ffae04
11 changed files with 94 additions and 14 deletions
+1
View File
@@ -37,6 +37,7 @@ rec {
else if final.isAndroid then "bionic"
else if final.isLinux /* default */ then "glibc"
else if final.isMsp430 then "newlib"
else if final.isVc4 then "newlib"
else if final.isAvr then "avrlibc"
else if final.isNetBSD then "nblibc"
# TODO(@Ericson2314) think more about other operating systems