2020-08-07 13:10:23 +03:00
|
|
|
tricore_ss = ss.source_set()
|
|
|
|
tricore_ss.add(files(
|
|
|
|
'cpu.c',
|
|
|
|
'fpu_helper.c',
|
|
|
|
'helper.c',
|
|
|
|
'op_helper.c',
|
|
|
|
'translate.c',
|
|
|
|
'gdbstub.c',
|
|
|
|
))
|
|
|
|
tricore_ss.add(zlib)
|
|
|
|
|
2023-06-13 16:33:47 +03:00
|
|
|
tricore_system_ss = ss.source_set()
|
2020-08-07 13:10:23 +03:00
|
|
|
|
|
|
|
target_arch += {'tricore': tricore_ss}
|
2023-10-04 12:06:27 +03:00
|
|
|
target_system_arch += {'tricore': tricore_system_ss}
|