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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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";