summary refs log tree commit diff
path: root/pkgs/development/tools/misc/coreboot-toolchain
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/misc/coreboot-toolchain')
-rw-r--r--pkgs/development/tools/misc/coreboot-toolchain/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/development/tools/misc/coreboot-toolchain/default.nix b/pkgs/development/tools/misc/coreboot-toolchain/default.nix
index 33265242b85..a9d8ab302ea 100644
--- a/pkgs/development/tools/misc/coreboot-toolchain/default.nix
+++ b/pkgs/development/tools/misc/coreboot-toolchain/default.nix
@@ -63,4 +63,10 @@ let
   };
 in {
   i386 = common "i386";
+  x86_64 = common "x64";
+  arm = common "arm";
+  aarch64 = common "aarch64";
+  riscv = common "riscv";
+  ppc64 = common "ppc64";
+  nds32le = common "nds32le";
 }