summary refs log tree commit diff
path: root/lib/systems/parse.nix
diff options
context:
space:
mode:
authorMichael Bishop <cleverca22@gmail.com>2019-11-02 12:47:38 -0300
committerMichael Bishop <cleverca22@gmail.com>2019-11-19 22:19:15 -0400
commit4aa1ffae041bb9c65eb3067e9dbaaa70710ed100 (patch)
tree7c1d8395796e35e95e89e4e522dd036c9ba48608 /lib/systems/parse.nix
parent91b02cd86b09bdd3549663e81883a2c3a7e11961 (diff)
initial implementation of vc4 cross-compile
Diffstat (limited to 'lib/systems/parse.nix')
-rw-r--r--lib/systems/parse.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/systems/parse.nix b/lib/systems/parse.nix
index 362357446025e..6a02dbb51528c 100644
--- a/lib/systems/parse.nix
+++ b/lib/systems/parse.nix
@@ -112,6 +112,8 @@ rec {
     msp430   = { bits = 16; significantByte = littleEndian; family = "msp430"; };
     avr      = { bits = 8; family = "avr"; };
 
+    vc4      = { bits = 32; significantByte = littleEndian; family = "vc4"; };
+
     js       = { bits = 32; significantByte = littleEndian; family = "js"; };
   };