SConscript (12605:16476b32138d) SConscript (12640:02188fc84bae)
1# -*- mode:python -*-
2
3# Copyright (c) 2009, 2012-2013 ARM Limited
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

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

44Import('*')
45
46if env['TARGET_ISA'] == 'arm':
47# Workaround for bug in SCons version > 0.97d20071212
48# Scons bug id: 2006 M5 Bug id: 308
49 Dir('isa/formats')
50 Source('decoder.cc')
51 Source('faults.cc')
1# -*- mode:python -*-
2
3# Copyright (c) 2009, 2012-2013 ARM Limited
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

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

44Import('*')
45
46if env['TARGET_ISA'] == 'arm':
47# Workaround for bug in SCons version > 0.97d20071212
48# Scons bug id: 2006 M5 Bug id: 308
49 Dir('isa/formats')
50 Source('decoder.cc')
51 Source('faults.cc')
52 Source('insts/branch.cc')
52 Source('insts/branch64.cc')
53 Source('insts/data64.cc')
54 Source('insts/macromem.cc')
55 Source('insts/mem.cc')
56 Source('insts/mem64.cc')
57 Source('insts/misc.cc')
58 Source('insts/misc64.cc')
59 Source('insts/pred_inst.cc')

--- 46 unchanged lines hidden ---
53 Source('insts/branch64.cc')
54 Source('insts/data64.cc')
55 Source('insts/macromem.cc')
56 Source('insts/mem.cc')
57 Source('insts/mem64.cc')
58 Source('insts/misc.cc')
59 Source('insts/misc64.cc')
60 Source('insts/pred_inst.cc')

--- 46 unchanged lines hidden ---