coreboot-toolchain: Add other target architectures

Add the following target architectures:
  * x86_64
  * arm
  * aarch64
  * riscv
  * ppc64
  * nds32le

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer
2021-11-20 02:18:10 +01:00
parent 8002a4a133
commit bcbc7c0f21
@@ -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";
}