SConscript (5793:321f79ddb500) SConscript (5795:72ce7502dc71)
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

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

42 Source('linux/printk.cc')
43
44 if env['TARGET_ISA'] == 'alpha':
45 Source('tru64/dump_mbuf.cc')
46 Source('tru64/printf.cc')
47 Source('tru64/tru64_events.cc')
48 Source('tru64/tru64_syscalls.cc')
49 TraceFlag('BADADDR')
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

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

42 Source('linux/printk.cc')
43
44 if env['TARGET_ISA'] == 'alpha':
45 Source('tru64/dump_mbuf.cc')
46 Source('tru64/printf.cc')
47 Source('tru64/tru64_events.cc')
48 Source('tru64/tru64_syscalls.cc')
49 TraceFlag('BADADDR')
50else:
51 Source('linux/linux.cc')
52 Source('operatingsystem.cc')