summaryrefslogtreecommitdiff
path: root/build_opts
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-04-09 03:40:21 -0400
committerGabe Black <gblack@eecs.umich.edu>2007-04-09 03:40:21 -0400
commitd9da10199eaa878fe0f3071a5aec51a916773bc8 (patch)
treea79480ee59389bcffc8b441fba0b03bae7829c8c /build_opts
parentc7bb10688643b5e164d8ebb991f0504613e441d9 (diff)
downloadgem5-d9da10199eaa878fe0f3071a5aec51a916773bc8.tar.xz
Make SPARC build o3 by default.
--HG-- extra : convert_revision : 7be49f9d395094d849d8da59b0fd4efe962fb201
Diffstat (limited to 'build_opts')
-rw-r--r--build_opts/SPARC_SE2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_opts/SPARC_SE b/build_opts/SPARC_SE
index 62b6841ad..b288d3908 100644
--- a/build_opts/SPARC_SE
+++ b/build_opts/SPARC_SE
@@ -1,3 +1,3 @@
TARGET_ISA = 'sparc'
-CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU'
+CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU'
FULL_SYSTEM = 0