systems/examples: add i686 & x86-64 embedded

Fixes #28160
This commit is contained in:
Matthew Bauer
2018-10-30 13:46:01 -05:00
parent 7a03d2d65f
commit 2634d37617
3 changed files with 14 additions and 0 deletions
+10
View File
@@ -118,6 +118,16 @@ rec {
libc = "newlib";
};
i686-embedded = {
config = "i686-elf";
libc = "newlib";
};
x86_64-embedded = {
config = "x86_64-elf";
libc = "newlib";
};
#
# Darwin
#