From d8502ee46d356830698d7b96b29e4b27906a2d79 Mon Sep 17 00:00:00 2001 From: Andrew Bardsley Date: Thu, 16 Oct 2014 05:49:32 -0400 Subject: config: Add a --without-python option to build process Add the ability to build libgem5 without embedded Python or the ability to configure with Python. This is a prelude to a patch to allow config.ini files to be loaded into libgem5 using only C++ which would make embedding gem5 within other simulation systems easier. This adds a few registration interfaces to things which cross between Python and C++. Namely: stats dumping and SimObject resolving --- src/sim/init.hh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/sim/init.hh') diff --git a/src/sim/init.hh b/src/sim/init.hh index 325fc8e6f..766cb4365 100644 --- a/src/sim/init.hh +++ b/src/sim/init.hh @@ -76,11 +76,6 @@ struct EmbeddedSwig static void initAll(); }; -void dumpStatsHandler(int sigtype); -void dumprstStatsHandler(int sigtype); -void exitNowHandler(int sigtype); -void abortHandler(int sigtype); -void initSignals(); int initM5Python(); int m5Main(int argc, char **argv); PyMODINIT_FUNC initm5(void); -- cgit v1.2.3