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