2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 01:46:15 +01:00

c_config: add RISC-V generic detection

This commit is contained in:
Alibek Omarov 2021-04-15 12:37:06 +00:00 committed by Thomas Nagy
parent a23b3f5e9b
commit a82625297d

View File

@ -69,6 +69,7 @@ MACRO_TO_DEST_CPU = {
'__sh__' : 'sh',
'__xtensa__' : 'xtensa',
'__e2k__' : 'e2k',
'__riscv' : 'riscv',
}
@conf