projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca25e70
)
Fix to have the static inst exec sigs also dependent on the CPU models used.
author
Kevin Lim
<ktlim@umich.edu>
Thu, 22 Jun 2006 22:03:08 +0000
(18:03 -0400)
committer
Kevin Lim
<ktlim@umich.edu>
Thu, 22 Jun 2006 22:03:08 +0000
(18:03 -0400)
--HG--
extra : convert_revision :
65d978d638dd9a57a641ca52adcf2c0ef48edf1c
src/cpu/SConscript
patch
|
blob
|
history
diff --git
a/src/cpu/SConscript
b/src/cpu/SConscript
index eea9ba64b9433ca3aa3d270fe6bdb46565f52416..3ca4a147169cf56d4c3691b5cc0cc75395bd82d2 100644
(file)
--- a/
src/cpu/SConscript
+++ b/
src/cpu/SConscript
@@
-100,6
+100,7
@@
env.Command('static_inst_exec_sigs.hh', models_db,
varlist = temp_cpu_list))
env.Depends('static_inst_exec_sigs.hh', Value(env['USE_CHECKER']))
+env.Depends('static_inst_exec_sigs.hh', Value(env['CPU_MODELS']))
# List of suppported CPUs by the Checker. Errors out if USE_CHECKER=True
# and one of these are not being used.