diff options
author | Ben Siraphob | 2020-11-04 21:13:06 +0700 |
---|---|---|
committer | Ben Siraphob | 2020-11-09 19:49:55 +0700 |
commit | 445dde63041d516195926d2a2358541f9fbc8b7e (patch) | |
tree | 713c0324323691be06cb95adba5e995dabbb60e1 /lib/systems/examples.nix | |
parent | b52da4e64108eb1496c037b4ca0f347624e50d51 (diff) |
Initial implementation of mmix cross-compile
Diffstat (limited to 'lib/systems/examples.nix')
-rw-r--r-- | lib/systems/examples.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix index 87c05a0b0524..c869429d3ae7 100644 --- a/lib/systems/examples.nix +++ b/lib/systems/examples.nix @@ -109,6 +109,11 @@ rec { platform = platforms.riscv-multiplatform "32"; }; + mmix = { + config = "mmix-unknown-mmixware"; + libc = "newlib"; + }; + msp430 = { config = "msp430-elf"; libc = "newlib"; |