Initial support for OpenRISC 1000 (or1k)

This commit is contained in:
Samuel Dionne-Riel
2020-11-09 22:32:11 -05:00
parent 32fdf2118c
commit 6d8327ea96
5 changed files with 12 additions and 0 deletions
+6
View File
@@ -124,6 +124,12 @@ rec {
platform = {};
};
or1k = {
config = "or1k-elf";
libc = "newlib";
platform = {};
};
arm-embedded = {
config = "arm-none-eabi";
libc = "newlib";