Fix the CheckerCPU being included via python.
authorKevin Lim <ktlim@umich.edu>
Fri, 14 Jul 2006 21:51:29 +0000 (17:51 -0400)
committerKevin Lim <ktlim@umich.edu>
Fri, 14 Jul 2006 21:51:29 +0000 (17:51 -0400)
commit40ebf0811a5cca1de50c71d5c56216bb37a756b3
tree792f87776e45921b77faaa612b33f1ee82f980bd
parent6dfaf06edf53eb80af8d2a5b1722fb399cdb814d
Fix the CheckerCPU being included via python.

src/arch/SConscript:
    Fixes for including the CheckerCPU if it's specified via command line.  Previously the env variable was actually being modified.
src/cpu/SConscript:
    Copy the CPU_MODELS from the env, don't create a proxy to it.

--HG--
extra : convert_revision : 7d069bd93a6834ccaa1c378b2bc76dce76745c19
src/arch/SConscript
src/cpu/SConscript