systems: support cross-compiling for Renesas RX microcontrollers (#173858)
This commit is contained in:
@@ -145,6 +145,11 @@ rec {
|
||||
libc = "newlib";
|
||||
};
|
||||
|
||||
rx-embedded = {
|
||||
config = "rx-none-elf";
|
||||
libc = "newlib";
|
||||
};
|
||||
|
||||
msp430 = {
|
||||
config = "msp430-elf";
|
||||
libc = "newlib";
|
||||
|
||||
Reference in New Issue
Block a user