SConscript revision 12320:d846aaaa33b1
1Import('*')
2
3if env['TARGET_ISA'] == 'riscv':
4    Source('standard.cc')
5    Source('static_inst.cc')