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
+6
View File
@@ -118,6 +118,12 @@ rec {
config = "avr";
};
vc4 = {
config = "vc4-elf";
libc = "newlib";
platform = {};
};
arm-embedded = {
config = "arm-none-eabi";
libc = "newlib";