SCons: add code to provide a libm5 shared library.
authorNathan Binkert <nate@binkert.org>
Thu, 9 Oct 2008 11:58:23 +0000 (04:58 -0700)
committerNathan Binkert <nate@binkert.org>
Thu, 9 Oct 2008 11:58:23 +0000 (04:58 -0700)
commita589eb4053d9a902f9e9047830955963aec94e64
tree632750baf207005392f7cfc7ab170576dc04d18c
parent0b83563a9c7368ffdb82d70054ceda3cb7f3828f
SCons: add code to provide a libm5 shared library.
Targets look like libm5_debug.so.  This target can be dynamically
linked into another C++ program and provide just about all of the M5
features.  Additionally, this library is a standalone module that can
be imported into python with an "import libm5_debug" type command
line.
ext/libelf/SConscript
src/SConscript
src/sim/init.cc