SE/FS: Remove the last uses of FULL_SYSTEM from SPARC.
This commit is contained in:
@@ -36,9 +36,16 @@ if env['TARGET_ISA'] == 'sparc':
|
||||
Source('faults.cc')
|
||||
Source('interrupts.cc')
|
||||
Source('isa.cc')
|
||||
Source('linux/linux.cc')
|
||||
Source('linux/process.cc')
|
||||
Source('linux/syscalls.cc')
|
||||
Source('nativetrace.cc')
|
||||
Source('pagetable.cc')
|
||||
Source('process.cc')
|
||||
Source('remote_gdb.cc')
|
||||
Source('solaris/process.cc')
|
||||
Source('solaris/solaris.cc')
|
||||
Source('system.cc')
|
||||
Source('tlb.cc')
|
||||
Source('ua2005.cc')
|
||||
Source('utility.cc')
|
||||
@@ -46,25 +53,12 @@ if env['TARGET_ISA'] == 'sparc':
|
||||
|
||||
SimObject('SparcInterrupts.py')
|
||||
SimObject('SparcNativeTrace.py')
|
||||
SimObject('SparcSystem.py')
|
||||
SimObject('SparcTLB.py')
|
||||
|
||||
DebugFlag('Sparc', "Generic SPARC ISA stuff")
|
||||
DebugFlag('RegisterWindows', "Register window manipulation")
|
||||
|
||||
if env['FULL_SYSTEM']:
|
||||
SimObject('SparcSystem.py')
|
||||
|
||||
Source('system.cc')
|
||||
else:
|
||||
Source('process.cc')
|
||||
|
||||
Source('linux/linux.cc')
|
||||
Source('linux/process.cc')
|
||||
Source('linux/syscalls.cc')
|
||||
|
||||
Source('solaris/process.cc')
|
||||
Source('solaris/solaris.cc')
|
||||
|
||||
# Add in files generated by the ISA description.
|
||||
isa_desc_files = env.ISADesc('isa/main.isa')
|
||||
# Only non-header files need to be compiled.
|
||||
|
||||
Reference in New Issue
Block a user