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

@ -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"; };