Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5

into ziff.eecs.umich.edu:/z/binkertn/research/m5/current

--HG--
extra : convert_revision : 92785367bd1ae71505c5ac0491ed8e18b21ad577
This commit is contained in:
Nathan Binkert 2004-10-22 02:11:59 -04:00
commit e9acc88e36

View file

@ -239,6 +239,8 @@ default_env = Environment(ENV = os.environ, # inherit user's enviroment vars
FULL_SYSTEM = False,
USE_MYSQL = False)
default_env.SConsignFile("sconsign")
# For some reason, the CC and CXX variables don't get passed into the
# environment correctly. This is probably some sort of scons bug that
# will eventually be fixed.