Split Checker up properly into templated and non-templated definitions.

--HG--
extra : convert_revision : 3ead18e42f4a536f2f868da07cb81a8940a7fa2f
This commit is contained in:
Kevin Lim
2006-06-22 18:05:12 -04:00
parent 0fc3055e96
commit 9ca5427c03
3 changed files with 409 additions and 362 deletions

View File

@@ -184,6 +184,7 @@ if 'OzoneCPU' in env['CPU_MODELS']:
sources += Split('ozone/checker_builder.cc')
if env['USE_CHECKER']:
sources += Split('checker/cpu.cc')
checker_supports = False
for i in CheckerSupportedCPUList:
if i in env['CPU_MODELS']: