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