Make SPARC build o3 by default.
--HG-- extra : convert_revision : 7be49f9d395094d849d8da59b0fd4efe962fb201
This commit is contained in:
parent
c7bb106886
commit
d9da10199e
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
TARGET_ISA = 'sparc'
|
TARGET_ISA = 'sparc'
|
||||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU'
|
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU'
|
||||||
FULL_SYSTEM = 0
|
FULL_SYSTEM = 0
|
||||||
|
|
Loading…
Reference in a new issue