diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/SConstruct b/build/SConstruct index c40f59bc2..110a0f250 100644 --- a/build/SConstruct +++ b/build/SConstruct @@ -223,7 +223,7 @@ env['ALL_ISA_LIST'] = ['alpha', 'sparc', 'mips'] # Define the universe of supported CPU models env['ALL_CPU_LIST'] = ['SimpleCPU', 'FastCPU', 'FullCPU', 'AlphaFullCPU', - 'OzoneSimpleCPU', 'OzoneCPU'] + 'OzoneSimpleCPU', 'OzoneCPU', 'CheckerCPU'] # Sticky options get saved in the options file so they persist from |