From dfe0ea6cba9c0765c0217a835ed2a1b56837dbb2 Mon Sep 17 00:00:00 2001 From: Kevin Lim Date: Sat, 17 Jun 2006 22:01:30 -0400 Subject: 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 --- SConstruct | 4 ---- 1 file changed, 4 deletions(-) (limited to 'SConstruct') 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) -- cgit v1.2.3