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_FS | 2 +- build_opts/ARM_SE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'build_opts') diff --git a/build_opts/ARM_FS b/build_opts/ARM_FS index 9d518142d..f6b2d9e21 100644 --- a/build_opts/ARM_FS +++ b/build_opts/ARM_FS @@ -1,4 +1,4 @@ TARGET_ISA = 'arm' -CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU' +CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU' FULL_SYSTEM = 1 PROTOCOL = 'MI_example' 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