SConscript (6313:95f69a436c82) SConscript (6315:c7295a4826d5)
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

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

83#
84# Authors: Gabe Black
85
86Import('*')
87
88if env['TARGET_ISA'] == 'x86':
89 Source('cpuid.cc')
90 Source('emulenv.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

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

83#
84# Authors: Gabe Black
85
86Import('*')
87
88if env['TARGET_ISA'] == 'x86':
89 Source('cpuid.cc')
90 Source('emulenv.cc')
91 Source('floatregfile.cc')
92 Source('faults.cc')
93 Source('insts/microfpop.cc')
94 Source('insts/microldstop.cc')
95 Source('insts/microop.cc')
96 Source('insts/microregop.cc')
97 Source('insts/static_inst.cc')
98 Source('intregfile.cc')
99 Source('isa.cc')

--- 265 unchanged lines hidden ---
91 Source('faults.cc')
92 Source('insts/microfpop.cc')
93 Source('insts/microldstop.cc')
94 Source('insts/microop.cc')
95 Source('insts/microregop.cc')
96 Source('insts/static_inst.cc')
97 Source('intregfile.cc')
98 Source('isa.cc')

--- 265 unchanged lines hidden ---