SConscript (11176:741b3059946e) SConscript (11320:42ecb523c64a)
1# -*- mode:python -*-
2
3# Copyright (c) 2009 The University of Edinburgh
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

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

27# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28#
29# Authors: Timothy M. Jones
30
31Import('*')
32
33if env['TARGET_ISA'] == 'power':
34# Workaround for bug in SCons version > 0.97d20071212
1# -*- mode:python -*-
2
3# Copyright (c) 2009 The University of Edinburgh
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

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

27# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28#
29# Authors: Timothy M. Jones
30
31Import('*')
32
33if env['TARGET_ISA'] == 'power':
34# Workaround for bug in SCons version > 0.97d20071212
35# Scons bug id: 2006 M5 Bug id: 308
35# Scons bug id: 2006 M5 Bug id: 308
36 Dir('isa/formats')
37 Source('decoder.cc')
38 Source('insts/branch.cc')
39 Source('insts/mem.cc')
40 Source('insts/integer.cc')
41 Source('insts/floating.cc')
42 Source('insts/condition.cc')
43 Source('insts/static_inst.cc')

--- 19 unchanged lines hidden ---
36 Dir('isa/formats')
37 Source('decoder.cc')
38 Source('insts/branch.cc')
39 Source('insts/mem.cc')
40 Source('insts/integer.cc')
41 Source('insts/floating.cc')
42 Source('insts/condition.cc')
43 Source('insts/static_inst.cc')

--- 19 unchanged lines hidden ---