From 2a3cefe15115a094eadd74a659a2f919a83ac6a4 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Mon, 15 Nov 2010 14:04:04 -0600 Subject: ARM: Compile O3 CPU by default --- build_opts/ARM_SE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_opts/ARM_SE') diff --git a/build_opts/ARM_SE b/build_opts/ARM_SE index 5019edb0a..1d89b87a3 100644 --- a/build_opts/ARM_SE +++ b/build_opts/ARM_SE @@ -1,4 +1,4 @@ TARGET_ISA = 'arm' FULL_SYSTEM = 0 -CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU' +CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU' PROTOCOL = 'MI_example' -- cgit v1.2.3