c_config: add RISC-V generic detection

This commit is contained in:
Alibek Omarov 2021-04-15 12:37:06 +00:00
parent 36376fbaca
commit 64dff6f4fe
1 changed files with 1 additions and 0 deletions

View File

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