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:
parent
a23b3f5e9b
commit
a82625297d
@ -69,6 +69,7 @@ MACRO_TO_DEST_CPU = {
|
|||||||
'__sh__' : 'sh',
|
'__sh__' : 'sh',
|
||||||
'__xtensa__' : 'xtensa',
|
'__xtensa__' : 'xtensa',
|
||||||
'__e2k__' : 'e2k',
|
'__e2k__' : 'e2k',
|
||||||
|
'__riscv' : 'riscv',
|
||||||
}
|
}
|
||||||
|
|
||||||
@conf
|
@conf
|
||||||
|
Loading…
Reference in New Issue
Block a user