SCons: Support building without an ISA

This commit is contained in:
Ali Saidi
2010-11-19 18:00:39 -06:00
parent 92655b6399
commit e1b9a815dd
17 changed files with 62 additions and 12 deletions

View File

@@ -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')