SConscript (2665:a124942bacb8) SConscript (3457:7479ebe49444)
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

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

51 isa_traits.cc
52 ''')
53
54# Full-system sources
55full_system_sources = Split('''
56 tlb.cc
57 arguments.cc
58 ev5.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

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

51 isa_traits.cc
52 ''')
53
54# Full-system sources
55full_system_sources = Split('''
56 tlb.cc
57 arguments.cc
58 ev5.cc
59 ipr.cc
59 osfpal.cc
60 stacktrace.cc
61 vtophys.cc
62 system.cc
63 freebsd/system.cc
64 linux/system.cc
65 tru64/system.cc
66 ''')

--- 30 unchanged lines hidden ---
60 osfpal.cc
61 stacktrace.cc
62 vtophys.cc
63 system.cc
64 freebsd/system.cc
65 linux/system.cc
66 tru64/system.cc
67 ''')

--- 30 unchanged lines hidden ---