SConscript (4249:3a3be2b708b0) SConscript (4601:38c989d15fef)
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

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

80# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
81# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
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':
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

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

80# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
81# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
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')
88 Source('floatregfile.cc')
89 Source('intregfile.cc')
90 Source('miscregfile.cc')
91 Source('predecoder.cc')
92 Source('predecoder_tables.cc')
93 Source('regfile.cc')
94 Source('remote_gdb.cc')
95

--- 16 unchanged lines hidden ---
89 Source('floatregfile.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

--- 16 unchanged lines hidden ---