summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2006-05-22 22:14:10 -0400
committerSteve Reinhardt <stever@eecs.umich.edu>2006-05-22 22:14:10 -0400
commit2af0daa59fb7d801c82adba8fcb2c01b6c76a725 (patch)
tree28dfe5dd6b9ec2c25e1262dbff2ca00eaa617094 /SConstruct
parenta7c95f702c73a332ae2d2283e7bc445876f07bc7 (diff)
downloadgem5-2af0daa59fb7d801c82adba8fcb2c01b6c76a725.tar.xz
Make CPU_MODELS default to just the two SimpleCPU variants
for now (since those are the only ones that compile). --HG-- extra : convert_revision : d865afc0626e52bfa3ad1b4817f4530bcacef03e
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 44fa017a6..bcbc8f1ff 100644
--- a/SConstruct
+++ b/SConstruct
@@ -212,7 +212,8 @@ sticky_opts.AddOptions(
# values (more than one value) not to be able to be restored from
# a saved option file. If this causes trouble then upgrade to
# scons 0.96.90 or later.
- ListOption('CPU_MODELS', 'CPU models', 'all', env['ALL_CPU_LIST']),
+ ListOption('CPU_MODELS', 'CPU models', 'AtomicSimpleCPU,TimingSimpleCPU',
+ env['ALL_CPU_LIST']),
BoolOption('ALPHA_TLASER',
'Model Alpha TurboLaser platform (vs. Tsunami)', False),
BoolOption('NO_FAST_ALLOC', 'Disable fast object allocator', False),