summaryrefslogtreecommitdiff
path: root/SConstruct
AgeCommit message (Expand)Author
2008-02-11EXTRAS now points to src instead of needing 'src' subdir.Steve Reinhardt
2008-02-11Wait to set BUILD_DIR until *after* env is copied.Steve Reinhardt
2008-02-05Cleaned up os.path imports a bit.Steve Reinhardt
2008-02-05Make EXTRAS work for SConsopts too.Steve Reinhardt
2007-11-19Compiling: Make sure that libelf is also compiled for 64bit on OS X.Ali Saidi
2007-11-16Make EXTRAS work for relative directories.Steve Reinhardt
2007-11-08Compiling: If possible compile a 64 bit binary on Mac OS X.Ali Saidi
2007-11-01SConstruct: fix scons null conf object problemSteve Reinhardt
2007-10-31SConstruct: undo half of last changeset; looked innocuous but wasn't.Steve Reinhardt
2007-10-31SConstruct: Fix env Dir/String problemSteve Reinhardt
2007-08-12Style: fix IGNORE_STYLE so it isn't required on the command line.Ali Saidi
2007-08-12style: If IGNORE_STYLE=True is set on the scons command line, ignore style.Nathan Binkert
2007-07-28style: Check/Fix whitespace on SCons filesNathan Binkert
2007-07-26scons: make things work when EXTRAS is not defined.Nathan Binkert
2007-07-25Add a new SCons option called EXTRAS that allows you to include stuff inNathan Binkert
2007-07-22Merge Gabe's changes with mine.Steve Reinhardt
2007-07-21Add code to turn the style stuff into a mercurial hook.Nathan Binkert
2007-07-14Handle broken swig version that prints version info on stderr.Steve Reinhardt
2007-06-10Add the -templatereduce option to swig to prepare for more templates.Nathan Binkert
2007-05-30Fix compiling on Solaris since Nate's libelf changeAli Saidi
2007-03-10Rework the way SCons recurses into subdirectories, making itNathan Binkert
2007-03-03Add build hooks for x86.Gabe Black
2007-01-27I missed a couple of thingsAli Saidi
2007-01-27While I'm waiting for legion to run make m5 compile with a few more compilersAli Saidi
2007-01-26make our code a little more standards compliantAli Saidi
2006-12-04Better handling of scons -u targets.Steve Reinhardt
2006-12-04SConstruct:Steve Reinhardt
2006-12-04import os.path.join as joinpathSteve Reinhardt
2006-11-29Add in O3CPU to default CPU list.Kevin Lim
2006-11-13Parse CC/CXX early so that we use the correct compiler for testing dependenci...Ali Saidi
2006-11-09Get SPARC to the point that it starts running. Add ability to load the ROM bi...Ali Saidi
2006-11-09Factor out all of the encumbered stuff into separate SConscriptNathan Binkert
2006-11-07Made kern a switching header file directory.Gabe Black
2006-11-06replace NULL with 0.... Why isn't NULL defined by default on Mac OS X I don't...Ali Saidi
2006-11-04fixes so that M5 will compile under solarisAli Saidi
2006-10-20Construct a correct value of PYTHONHOME from the interpreterNathan Binkert
2006-10-01Move Python setup into Configure section so we can test whether theSteve Reinhardt
2006-08-21SConstruct:Steve Reinhardt
2006-08-20TEST_CPU_MODELS isn't used anymore.Steve Reinhardt
2006-08-17SConstruct:Steve Reinhardt
2006-07-22Last minute check in. Very few functional changes other than some minor conf...Kevin Lim
2006-07-21Minor functionality updates.Kevin Lim
2006-07-19Put regression tests back into m5. They are located in the "tests" directory...Kevin Lim
2006-06-30Make O3CPU model independent of the ISAKorey Sewell
2006-06-22Changes to get OzoneCPU to compile once more.Kevin Lim
2006-06-18Merge zizzer.eecs.umich.edu:/bk/newmemSteve Reinhardt
2006-06-18Put sconsign in bulid dir.Steve Reinhardt
2006-06-17Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-06-17Fix up code to be able to use the Checker.Kevin Lim
2006-06-17Minor fixes in comments.Steve Reinhardt