diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2011-08-09 11:32:30 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2011-08-09 11:32:30 -0700 |
commit | a898b14adf940a0161d1cafaa034ab00e173748a (patch) | |
tree | 02d7b4f77153903a3b8810c52ce5026b08b685af /build_opts | |
parent | c3e7b57fe7afecd49256bbc79dbad1ab1429b407 (diff) | |
download | gem5-a898b14adf940a0161d1cafaa034ab00e173748a.tar.xz |
X86: Build O3 by default in X86_FS.
Diffstat (limited to 'build_opts')
-rw-r--r-- | build_opts/X86_FS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_opts/X86_FS b/build_opts/X86_FS index 72cba7443..ddec6186d 100644 --- a/build_opts/X86_FS +++ b/build_opts/X86_FS @@ -1,4 +1,4 @@ TARGET_ISA = 'x86' -CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU' +CPU_MODELS = 'AtomicSimpleCPU,O3CPU,TimingSimpleCPU' FULL_SYSTEM = 1 PROTOCOL = 'MI_example' |