mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +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
|
@ -116,6 +116,7 @@ rec {
|
|||
|
||||
alpha = { bits = 64; significantByte = littleEndian; family = "alpha"; };
|
||||
|
||||
rx = { bits = 32; significantByte = littleEndian; family = "rx"; };
|
||||
msp430 = { bits = 16; significantByte = littleEndian; family = "msp430"; };
|
||||
avr = { bits = 8; family = "avr"; };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue