gem5/src
Steve Reinhardt e371dc32a9 Clean up Python embedding to build on zizzer (where python2.4
is currently in /usr/local instead of /usr).

SConstruct:
    Use information from the Python interpreter used to run scons
    to find the version & paths for include & library files.
    This means that linking with a different interpreter requires
    invoking scons with that interpreter... add comment to that effect.
src/sim/main.cc:
    Check return codes of Python interpreter calls for errors.
    Get rid of include of obsolete header.

--HG--
extra : convert_revision : 90916bd8690fe1e6c9afdb0dfa1aa0d352a73a46
2006-05-30 19:44:57 -04:00
..
arch commit a couple of minor things that I forgot to last time. 2006-05-29 18:25:02 -04:00
base split off fullsystem and se iprs into two functions to remove lots of #ifs 2006-05-29 16:53:47 -04:00
cpu Create a new CpuEvent class that has a pointer to an execution context in the object and places itself on a global list so 2006-05-29 18:24:27 -04:00
dev remove some getPtr() calls by changing having function return values 2006-05-28 22:21:57 -04:00
kern New directory structure: 2006-05-22 14:29:33 -04:00
mem Reorganize bridge as pair of cooperating ports. 2006-05-26 14:29:29 -04:00
python Link in Python interpreter. 2006-05-30 13:11:34 -04:00
sim Clean up Python embedding to build on zizzer (where python2.4 2006-05-30 19:44:57 -04:00
unittest New directory structure: 2006-05-22 14:29:33 -04:00
Doxyfile New directory structure: 2006-05-22 14:29:33 -04:00
SConscript Link in Python interpreter. 2006-05-30 13:11:34 -04:00