summary refs log tree commit diff
path: root/lib/systems/examples.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2020-01-03 15:34:20 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2020-01-03 15:34:20 -0500
commit9c1a2ac51e365d7ef78315bb8eb24874823a6176 (patch)
tree341d952a81e3f453bff9196be1672dc3bd60ee7b /lib/systems/examples.nix
parent8b41b16a9f1210d8a4556a9c412072fffbf4fb95 (diff)
parentba9fdecba34d52cb157a8da9992a9ea93c549fe8 (diff)
downloadnixpkgs-9c1a2ac51e365d7ef78315bb8eb24874823a6176.tar
nixpkgs-9c1a2ac51e365d7ef78315bb8eb24874823a6176.tar.gz
nixpkgs-9c1a2ac51e365d7ef78315bb8eb24874823a6176.tar.bz2
nixpkgs-9c1a2ac51e365d7ef78315bb8eb24874823a6176.tar.lz
nixpkgs-9c1a2ac51e365d7ef78315bb8eb24874823a6176.tar.xz
nixpkgs-9c1a2ac51e365d7ef78315bb8eb24874823a6176.tar.zst
nixpkgs-9c1a2ac51e365d7ef78315bb8eb24874823a6176.zip
Merge remote-tracking branch 'origin/master' into ios-with-xcode-11
Diffstat (limited to 'lib/systems/examples.nix')
-rw-r--r--lib/systems/examples.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix
index f20b37dbb7a..19b3790ecbe 100644
--- a/lib/systems/examples.nix
+++ b/lib/systems/examples.nix
@@ -118,6 +118,12 @@ rec {
     config = "avr";
   };
 
+  vc4 = {
+    config = "vc4-elf";
+    libc = "newlib";
+    platform = {};
+  };
+
   arm-embedded = {
     config = "arm-none-eabi";
     libc = "newlib";