diff options
author | Samuel Dionne-Riel | 2020-11-09 15:06:44 -0500 |
---|---|---|
committer | Samuel Dionne-Riel | 2020-11-09 22:32:11 -0500 |
commit | 6d8327ea96621b2d03aceee63df4fcdeea73e13a (patch) | |
tree | 5e168c459160d147cf280784e9e826ee3cc92dca /lib/systems/examples.nix | |
parent | 32fdf2118ce78744e30dd512c1d5a13ae2eb03f2 (diff) |
Initial support for OpenRISC 1000 (or1k)
Diffstat (limited to 'lib/systems/examples.nix')
-rw-r--r-- | lib/systems/examples.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix index 87c05a0b0524..9a813b14cc20 100644 --- a/lib/systems/examples.nix +++ b/lib/systems/examples.nix @@ -124,6 +124,12 @@ rec { platform = {}; }; + or1k = { + config = "or1k-elf"; + libc = "newlib"; + platform = {}; + }; + arm-embedded = { config = "arm-none-eabi"; libc = "newlib"; |