SCons: Support building without an ISA
This commit is contained in:
@@ -56,7 +56,8 @@ Source('pollevent.cc')
|
||||
Source('random.cc')
|
||||
Source('random_mt.cc')
|
||||
Source('range.cc')
|
||||
Source('remote_gdb.cc')
|
||||
if env['TARGET_ISA'] != 'no':
|
||||
Source('remote_gdb.cc')
|
||||
Source('sat_counter.cc')
|
||||
Source('socket.cc')
|
||||
Source('statistics.cc')
|
||||
|
||||
Reference in New Issue
Block a user