systems: support cross-compiling for Renesas RX microcontrollers (#173858)

This commit is contained in:
yvt
2022-05-23 09:52:36 +09:00
committed by GitHub
parent 66782715d8
commit bf139d83ec
6 changed files with 11 additions and 1 deletions

View File

@@ -145,6 +145,11 @@ rec {
libc = "newlib";
};
rx-embedded = {
config = "rx-none-elf";
libc = "newlib";
};
msp430 = {
config = "msp430-elf";
libc = "newlib";