summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorKevin Lim <ktlim@umich.edu>2006-06-17 22:01:30 -0400
committerKevin Lim <ktlim@umich.edu>2006-06-17 22:01:30 -0400
commitdfe0ea6cba9c0765c0217a835ed2a1b56837dbb2 (patch)
treeb36f7bdc5c660d09368a8d958374b2b6f480e26c /SConstruct
parentf3d74759ca2c21b45e4cb9255ba4c3cd699b90d5 (diff)
downloadgem5-dfe0ea6cba9c0765c0217a835ed2a1b56837dbb2.tar.xz
Fix up code to be able to use the Checker.
SConstruct: Remove check for Checker from this SConstruct src/arch/SConscript: Specific check if CheckerCPU is being used. Not the cleanest, but works for now. src/cpu/SConscript: Code to handle using the CheckerCPU a little better. Allows -c to be used normally. --HG-- extra : convert_revision : 0a82f16db0f38e5ce114d08368477bd211331fa3
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 0 insertions, 4 deletions
diff --git a/SConstruct b/SConstruct
index c9ba13679..ca87842ba 100644
--- a/SConstruct
+++ b/SConstruct
@@ -472,10 +472,6 @@ for build_path in build_paths:
env.ParseConfig(mysql_config_libs)
env.ParseConfig(mysql_config_include)
- # Check if the Checker is being used. If so append it to env['CPU_MODELS']
- if env['USE_CHECKER']:
- env['CPU_MODELS'].append('CheckerCPU')
-
# Save sticky option settings back to current options file
sticky_opts.Save(current_opts_file, env)