summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-02-23 04:11:09 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-02-23 04:11:09 -0500
commit8ed320792c7c372f955e44a5f2a12f62eecebac2 (patch)
tree6b90d1199b9bed3f2d60ff12cf1887446e762fef
parent5ecaaa0fb06f4ea1993f734e219f29b3ecf47741 (diff)
parentb37f5da98f59700f2646ec25b9496d9ab7a7b417 (diff)
downloadgem5-8ed320792c7c372f955e44a5f2a12f62eecebac2.tar.xz
Merge gblack@m5.eecs.umich.edu:/bk/multiarch
into ewok.(none):/home/gblack/m5/multiarch --HG-- extra : convert_revision : d92c611475aef2b911f76e2c21be12096e73048a
-rw-r--r--SConscript19
1 files changed, 7 insertions, 12 deletions
diff --git a/SConscript b/SConscript
index 7afb84e67..adcf0f48a 100644
--- a/SConscript
+++ b/SConscript
@@ -399,18 +399,13 @@ env.Command(Split('base/traceflags.hh base/traceflags.cc'),
# several files are generated from arch/$TARGET_ISA/isa_desc.
env.Command(Split('''
- arch/%s/decoder.cc
- arch/%s/decoder.hh
- arch/%s/alpha_o3_exec.cc
- arch/%s/fast_cpu_exec.cc
- arch/%s/simple_cpu_exec.cc
- arch/%s/full_cpu_exec.cc''' %
- (env['TARGET_ISA'],
- env['TARGET_ISA'],
- env['TARGET_ISA'],
- env['TARGET_ISA'],
- env['TARGET_ISA'],
- env['TARGET_ISA'])),
+ arch/%(targetisa)s/decoder.cc
+ arch/%(targetisa)s/decoder.hh
+ arch/%(targetisa)s/alpha_o3_exec.cc
+ arch/%(targetisa)s/fast_cpu_exec.cc
+ arch/%(targetisa)s/simple_cpu_exec.cc
+ arch/%(targetisa)s/full_cpu_exec.cc''' %
+ {'targetisa': env['TARGET_ISA']}),
Split('''
arch/%s/isa/main.isa
arch/isa_parser.py''' %