Fix up code to be able to use the Checker.
authorKevin Lim <ktlim@umich.edu>
Sun, 18 Jun 2006 02:01:30 +0000 (22:01 -0400)
committerKevin Lim <ktlim@umich.edu>
Sun, 18 Jun 2006 02:01:30 +0000 (22:01 -0400)
commitdfe0ea6cba9c0765c0217a835ed2a1b56837dbb2
treeb36f7bdc5c660d09368a8d958374b2b6f480e26c
parentf3d74759ca2c21b45e4cb9255ba4c3cd699b90d5
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
src/arch/SConscript
src/cpu/SConscript