diff options
Diffstat (limited to 'build/SConstruct')
-rw-r--r-- | build/SConstruct | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/SConstruct b/build/SConstruct index 28940fc5a..54307e945 100644 --- a/build/SConstruct +++ b/build/SConstruct @@ -222,7 +222,8 @@ env = conf.Finish() env['ALL_ISA_LIST'] = ['alpha', 'sparc', 'mips'] # Define the universe of supported CPU models -env['ALL_CPU_LIST'] = ['SimpleCPU', 'FastCPU', 'FullCPU', 'AlphaFullCPU'] +env['ALL_CPU_LIST'] = ['AtomicSimpleCPU', 'TimingSimpleCPU', + 'FastCPU', 'FullCPU', 'AlphaFullCPU'] # Sticky options get saved in the options file so they persist from # one invocation to the next (unless overridden, in which case the new |