summaryrefslogtreecommitdiff
path: root/build_opts
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2011-02-02 18:17:16 -0800
committerGabe Black <gblack@eecs.umich.edu>2011-02-02 18:17:16 -0800
commita7d4fa45b48cd9408270b7e58f529a07faf8af43 (patch)
tree77e6d729ac4e8d0dd21a309bfc16b3aa952f52dd /build_opts
parent75d34c14fcdf514a09e94547a1d32b1b10f7e793 (diff)
downloadgem5-a7d4fa45b48cd9408270b7e58f529a07faf8af43.tar.xz
X86: Build O3 by default in SE.
Diffstat (limited to 'build_opts')
-rw-r--r--build_opts/X86_SE2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_opts/X86_SE b/build_opts/X86_SE
index 3e372726d..14f350712 100644
--- a/build_opts/X86_SE
+++ b/build_opts/X86_SE
@@ -1,4 +1,4 @@
TARGET_ISA = 'x86'
-CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU'
+CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU'
FULL_SYSTEM = 0
PROTOCOL = 'MI_example'