SConscript (9040:cdfe09f9bdee) SConscript (9057:f5ee56466b91)
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 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

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

32Import('*')
33
34if env['TARGET_ISA'] == 'sparc':
35 Source('asi.cc')
36 Source('decoder.cc')
37 Source('faults.cc')
38 Source('interrupts.cc')
39 Source('isa.cc')
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2005 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

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

32Import('*')
33
34if env['TARGET_ISA'] == 'sparc':
35 Source('asi.cc')
36 Source('decoder.cc')
37 Source('faults.cc')
38 Source('interrupts.cc')
39 Source('isa.cc')
40 Source('isa_traits.cc')
41 Source('linux/linux.cc')
42 Source('linux/process.cc')
43 Source('linux/syscalls.cc')
44 Source('nativetrace.cc')
45 Source('pagetable.cc')
46 Source('process.cc')
47 Source('remote_gdb.cc')
48 Source('solaris/process.cc')

--- 21 unchanged lines hidden ---
40 Source('linux/linux.cc')
41 Source('linux/process.cc')
42 Source('linux/syscalls.cc')
43 Source('nativetrace.cc')
44 Source('pagetable.cc')
45 Source('process.cc')
46 Source('remote_gdb.cc')
47 Source('solaris/process.cc')

--- 21 unchanged lines hidden ---