SConscript (8777:dd43f1c9fa0a) SConscript (8793:5f25086326ac)
1# -*- mode:python -*-
2
3# Copyright (c) 2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 115 unchanged lines hidden (view full) ---

124Source('pc_event.cc')
125Source('profile.cc')
126Source('quiesce_event.cc')
127Source('static_inst.cc')
128Source('simple_thread.cc')
129Source('thread_context.cc')
130Source('thread_state.cc')
131
1# -*- mode:python -*-
2
3# Copyright (c) 2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 115 unchanged lines hidden (view full) ---

124Source('pc_event.cc')
125Source('profile.cc')
126Source('quiesce_event.cc')
127Source('static_inst.cc')
128Source('simple_thread.cc')
129Source('thread_context.cc')
130Source('thread_state.cc')
131
132if env['FULL_SYSTEM']:
133 if env['TARGET_ISA'] == 'sparc':
134 SimObject('LegionTrace.py')
135 Source('legiontrace.cc')
132if env['TARGET_ISA'] == 'sparc':
133 SimObject('LegionTrace.py')
134 Source('legiontrace.cc')
136
137if env['USE_CHECKER']:
138 Source('checker/cpu.cc')
139 DebugFlag('Checker')
140 checker_supports = False
141 for i in CheckerSupportedCPUList:
142 if i in env['CPU_MODELS']:
143 checker_supports = True

--- 46 unchanged lines hidden ---
135
136if env['USE_CHECKER']:
137 Source('checker/cpu.cc')
138 DebugFlag('Checker')
139 checker_supports = False
140 for i in CheckerSupportedCPUList:
141 if i in env['CPU_MODELS']:
142 checker_supports = True

--- 46 unchanged lines hidden ---