summaryrefslogtreecommitdiff
path: root/build_opts
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2015-01-20 08:12:45 -0500
committerAndreas Hansson <andreas.hansson@arm.com>2015-01-20 08:12:45 -0500
commit3cb9c361e2ad567f821f1377de77035a16390be1 (patch)
tree86fedcbbab03bd5aac665ca610331a1f9e792b50 /build_opts
parentde162ad96886cc78bd9c0fdb3417f8d8047f643b (diff)
downloadgem5-3cb9c361e2ad567f821f1377de77035a16390be1.tar.xz
scons: Do not build the InOrderCPU
One step closer to shifting focus to the MinorCPU.
Diffstat (limited to 'build_opts')
-rw-r--r--build_opts/MIPS2
-rw-r--r--build_opts/SPARC2
2 files changed, 2 insertions, 2 deletions
diff --git a/build_opts/MIPS b/build_opts/MIPS
index 82a9d6243..ecb2b0972 100644
--- a/build_opts/MIPS
+++ b/build_opts/MIPS
@@ -1,3 +1,3 @@
TARGET_ISA = 'mips'
-CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
+CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU'
PROTOCOL = 'MI_example'
diff --git a/build_opts/SPARC b/build_opts/SPARC
index e992b8cd9..63ec7cbaf 100644
--- a/build_opts/SPARC
+++ b/build_opts/SPARC
@@ -1,3 +1,3 @@
TARGET_ISA = 'sparc'
-CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
+CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU'
PROTOCOL = 'MI_example'