mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
systems: support cross-compiling for Renesas RX microcontrollers (#173858)
This commit is contained in:
parent
66782715d8
commit
bf139d83ec
6 changed files with 11 additions and 1 deletions
|
@ -145,6 +145,11 @@ rec {
|
|||
libc = "newlib";
|
||||
};
|
||||
|
||||
rx-embedded = {
|
||||
config = "rx-none-elf";
|
||||
libc = "newlib";
|
||||
};
|
||||
|
||||
msp430 = {
|
||||
config = "msp430-elf";
|
||||
libc = "newlib";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue