From a7d4fa45b48cd9408270b7e58f529a07faf8af43 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 2 Feb 2011 18:17:16 -0800 Subject: [PATCH] X86: Build O3 by default in SE. --- build_opts/X86_SE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.30.2