Initial try of consolidating configuration files so they can be shared more easily...
[gem5.git] / SConstruct
index 2dc53f7cb397d0b36c2f2609afa0848048aee866..b18fe66d346609a46d1083d9aa3a63e6d5e9a980 100644 (file)
@@ -263,7 +263,7 @@ env['ALL_ISA_LIST'] = ['alpha', 'sparc', 'mips']
 
 # Define the universe of supported CPU models
 env['ALL_CPU_LIST'] = ['AtomicSimpleCPU', 'TimingSimpleCPU',
-                       'FullCPU', 'AlphaO3CPU',
+                       'FullCPU', 'O3CPU',
                        'OzoneCPU']
 
 # Sticky options get saved in the options file so they persist from