We should import m5config *after* we do the CPPDEFINES stuff,
authorNathan Binkert <binkertn@umich.edu>
Wed, 9 Mar 2005 19:39:35 +0000 (14:39 -0500)
committerNathan Binkert <binkertn@umich.edu>
Wed, 9 Mar 2005 19:39:35 +0000 (14:39 -0500)
commit4a3ad218e1a41a9fa655471b999e2540e4e78448
tree0a118efece1f5e0c160e34a2494c24e7fe8887e4
parent21946f071026d3b3c4122ef41d755f883e22e668
We should import m5config *after* we do the CPPDEFINES stuff,
otherwise m5config and the object descriptions cannot take
advantage of them.

sim/pyconfig/SConscript:
    We should import m5config *after* we do the CPPDEFINES stuff,
    otherwise m5config and the object descriptions cannot take
    advantage of them.  This means that we can't use the env dict
    alias.  We should instead use os.environ.

--HG--
extra : convert_revision : 392f99a3c15cfba74a5cde79a709ecfad3820e63
sim/pyconfig/SConscript