SConscript (7170:6f97f5107abe) | SConscript (7202:b99579129992) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2009 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 --- 37 unchanged lines hidden (view full) --- 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('faults.cc') 51 Source('insts/branch.cc') 52 Source('insts/macromem.cc') 53 Source('insts/mem.cc') | 1# -*- mode:python -*- 2 3# Copyright (c) 2009 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 --- 37 unchanged lines hidden (view full) --- 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('faults.cc') 51 Source('insts/branch.cc') 52 Source('insts/macromem.cc') 53 Source('insts/mem.cc') |
54 Source('insts/misc.cc') |
|
54 Source('insts/pred_inst.cc') 55 Source('insts/static_inst.cc') 56 Source('nativetrace.cc') 57 Source('pagetable.cc') 58 Source('tlb.cc') 59 Source('vtophys.cc') 60 Source('utility.cc') 61 --- 25 unchanged lines hidden --- | 55 Source('insts/pred_inst.cc') 56 Source('insts/static_inst.cc') 57 Source('nativetrace.cc') 58 Source('pagetable.cc') 59 Source('tlb.cc') 60 Source('vtophys.cc') 61 Source('utility.cc') 62 --- 25 unchanged lines hidden --- |