From 6d8327ea96621b2d03aceee63df4fcdeea73e13a Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Mon, 9 Nov 2020 15:06:44 -0500 Subject: Initial support for OpenRISC 1000 (or1k) --- lib/systems/examples.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/systems/examples.nix') diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix index 87c05a0b052..9a813b14cc2 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"; -- cgit 1.4.1