projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07994c2
)
TEST_CPU_MODELS isn't used anymore.
author
Steve Reinhardt
<stever@eecs.umich.edu>
Mon, 21 Aug 2006 06:13:35 +0000
(23:13 -0700)
committer
Steve Reinhardt
<stever@eecs.umich.edu>
Mon, 21 Aug 2006 06:13:35 +0000
(23:13 -0700)
--HG--
extra : convert_revision :
742bda87e79657573cec404b8650fa26d189d1a1
SConstruct
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index da120c98529b212753e8e34b7ec98b77bb234352..642d012dbaa53e69b3f3eb89cbb0eb663acd32ef 100644
(file)
--- a/
SConstruct
+++ b/
SConstruct
@@
-302,8
+302,6
@@
sticky_opts.AddOptions(
# Non-sticky options only apply to the current build.
nonsticky_opts = Options(args=ARGUMENTS)
nonsticky_opts.AddOptions(
- ListOption('TEST_CPU_MODELS', 'CPU models to test if regression is being run', '',
- env['ALL_CPU_LIST']),
BoolOption('update_ref', 'Update test reference outputs', False)
)