Skip to content

Commit

Permalink
bootloader: waflib: cherry pick "c_config: add RISC-V generic detection"
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-schwab authored and bwoodsend committed Oct 2, 2022
1 parent fc425b9 commit 039a4c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootloader/waflib/Tools/c_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
'__s390__': 's390',
'__sh__': 'sh',
'__xtensa__': 'xtensa',
'__riscv': 'riscv',
}


Expand Down

0 comments on commit 039a4c0

Please sign in to comment.