diff options
author | Frederik Rietdijk | 2020-11-16 09:01:53 +0100 |
---|---|---|
committer | Frederik Rietdijk | 2020-11-16 09:01:53 +0100 |
commit | 986c2d36da97856f392dd66d265b7646b32fa3b9 (patch) | |
tree | caac503026c928b9dacd517c229e234dc66d47f6 /lib/systems/examples.nix | |
parent | da6239dab3d712aa335fd0928c4e64f9599fef73 (diff) | |
parent | 300846f3c982ffc3e54775fa99b4ec01d56adf65 (diff) |
Merge master into staging-next
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 9a813b14cc20..b824bea6c20c 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"; |