SConscript (12376:d28ea5e874f7) | SConscript (12379:52b13ae47c42) |
---|---|
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 --- 50 unchanged lines hidden (view full) --- 59Source('random.cc') 60if env['TARGET_ISA'] != 'null': 61 Source('remote_gdb.cc') 62Source('socket.cc') 63Source('statistics.cc') 64Source('str.cc') 65Source('time.cc') 66Source('trace.cc') | 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 --- 50 unchanged lines hidden (view full) --- 59Source('random.cc') 60if env['TARGET_ISA'] != 'null': 61 Source('remote_gdb.cc') 62Source('socket.cc') 63Source('statistics.cc') 64Source('str.cc') 65Source('time.cc') 66Source('trace.cc') |
67GTest('trietest', 'trietest.cc') |
|
67Source('types.cc') 68 69Source('loader/aout_object.cc') 70Source('loader/dtb_object.cc') 71Source('loader/ecoff_object.cc') 72Source('loader/elf_object.cc') 73Source('loader/hex_file.cc') 74Source('loader/object_file.cc') --- 27 unchanged lines hidden --- | 68Source('types.cc') 69 70Source('loader/aout_object.cc') 71Source('loader/dtb_object.cc') 72Source('loader/ecoff_object.cc') 73Source('loader/elf_object.cc') 74Source('loader/hex_file.cc') 75Source('loader/object_file.cc') --- 27 unchanged lines hidden --- |