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:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user