SConscript (3457:7479ebe49444) SConscript (3536:89aa06409e4d)
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

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

55full_system_sources = Split('''
56 tlb.cc
57 arguments.cc
58 ev5.cc
59 ipr.cc
60 osfpal.cc
61 stacktrace.cc
62 vtophys.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

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

55full_system_sources = Split('''
56 tlb.cc
57 arguments.cc
58 ev5.cc
59 ipr.cc
60 osfpal.cc
61 stacktrace.cc
62 vtophys.cc
63 remote_gdb.cc
63 system.cc
64 freebsd/system.cc
65 linux/system.cc
66 tru64/system.cc
67 ''')
68
69
70# Syscall emulation (non-full-system) sources

--- 27 unchanged lines hidden ---
64 system.cc
65 freebsd/system.cc
66 linux/system.cc
67 tru64/system.cc
68 ''')
69
70
71# Syscall emulation (non-full-system) sources

--- 27 unchanged lines hidden ---