Make CPU_MODELS default to just the two SimpleCPU variants
authorSteve Reinhardt <stever@eecs.umich.edu>
Tue, 23 May 2006 02:14:10 +0000 (22:14 -0400)
committerSteve Reinhardt <stever@eecs.umich.edu>
Tue, 23 May 2006 02:14:10 +0000 (22:14 -0400)
for now (since those are the only ones that compile).

--HG--
extra : convert_revision : d865afc0626e52bfa3ad1b4817f4530bcacef03e

SConstruct

index 44fa017a6d15cf51bf7819315e53282f12371e33..bcbc8f1fff56e2521a94ff5de401d2e1ac12e589 100644 (file)
@@ -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),