Initial implementation of mmix cross-compile

This commit is contained in:
Ben Siraphob
2020-11-09 19:49:55 +07:00
parent b52da4e641
commit 445dde6304
8 changed files with 79 additions and 16 deletions
+5
View File
@@ -109,6 +109,11 @@ rec {
platform = platforms.riscv-multiplatform "32";
};
mmix = {
config = "mmix-unknown-mmixware";
libc = "newlib";
};
msp430 = {
config = "msp430-elf";
libc = "newlib";