SConscript (4601:38c989d15fef) | SConscript (4679:0b39fa8f5eb8) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2005-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 --- 73 unchanged lines hidden (view full) --- 82# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 83# 84# Authors: Gabe Black 85 86Import('*') 87if env['TARGET_ISA'] == 'x86': 88 Source('emulenv.cc') 89 Source('floatregfile.cc') | 1# -*- mode:python -*- 2 3# Copyright (c) 2005-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 --- 73 unchanged lines hidden (view full) --- 82# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 83# 84# Authors: Gabe Black 85 86Import('*') 87if env['TARGET_ISA'] == 'x86': 88 Source('emulenv.cc') 89 Source('floatregfile.cc') |
90 Source('insts/microldstop.cc') 91 Source('insts/microregop.cc') 92 Source('insts/static_inst.cc') |
|
90 Source('intregfile.cc') 91 Source('miscregfile.cc') 92 Source('predecoder.cc') 93 Source('predecoder_tables.cc') 94 Source('regfile.cc') 95 Source('remote_gdb.cc') 96 97 if env['FULL_SYSTEM']: --- 15 unchanged lines hidden --- | 93 Source('intregfile.cc') 94 Source('miscregfile.cc') 95 Source('predecoder.cc') 96 Source('predecoder_tables.cc') 97 Source('regfile.cc') 98 Source('remote_gdb.cc') 99 100 if env['FULL_SYSTEM']: --- 15 unchanged lines hidden --- |