Make CPU_MODELS a sticky build option.
authorSteve Reinhardt <stever@eecs.umich.edu>
Wed, 29 Mar 2006 03:55:08 +0000 (22:55 -0500)
committerSteve Reinhardt <stever@eecs.umich.edu>
Wed, 29 Mar 2006 03:55:08 +0000 (22:55 -0500)
commitc5c76cea9871796820f1597f286dcfc21c85a180
tree252b3fd8975b44b0c489a63c611baec5dfb9d8e6
parentce7f076a835052eeee4db56c40814d6c3aee4bfd
Make CPU_MODELS a sticky build option.
This causes a crash if you're using scons 0.96.1 *and* you specify
more than one CPU model.  Since the .isa scanner now works with 0.96.91
then upgrading should not be an issue.  For now we're only using one CPU
model (SimpleCPU) so there isn't even a pressing need to upgrade yet.

build/SConstruct:
    Make CPU_MODELS a sticky option.
    This causes a crash if you're using scons 0.96.1 *and* you specify
    more than one CPU model.  Since the .isa scanner now works with 0.96.91
    then upgrading should not be an issue.  For now we're only using one CPU
    model (SimpleCPU) so there isn't even a pressing need to upgrade yet.

--HG--
extra : convert_revision : d8319c4cd5c937c2c033270cef850d19b805d256
build/SConstruct