Add in O3CPU to default CPU list.
--HG-- extra : convert_revision : 4aaaae058cb763580ea0b9019d4a9346938121d4
This commit is contained in:
parent
4fb38e892f
commit
610064c98a
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ 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', 'AtomicSimpleCPU,TimingSimpleCPU',
|
||||
ListOption('CPU_MODELS', 'CPU models', 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU',
|
||||
env['ALL_CPU_LIST']),
|
||||
BoolOption('ALPHA_TLASER',
|
||||
'Model Alpha TurboLaser platform (vs. Tsunami)', False),
|
||||
|
|
Loading…
Reference in a new issue