summaryrefslogtreecommitdiffstats
path: root/buildrun.cxx
diff options
context:
space:
mode:
authorsrinivasa <srinivasa>2008-01-18 08:47:31 +0000
committersrinivasa <srinivasa>2008-01-18 08:47:31 +0000
commitc7bcf4514f821aafb8540ebe60f308c0bad1f2b6 (patch)
tree0d2c23f22dc6af71500b33716c82a0c1d8bbbc67 /buildrun.cxx
parentaf3047833424103c4e17728e849670da865d37c3 (diff)
downloadsystemtap-steved-c7bcf4514f821aafb8540ebe60f308c0bad1f2b6.tar.gz
systemtap-steved-c7bcf4514f821aafb8540ebe60f308c0bad1f2b6.tar.xz
systemtap-steved-c7bcf4514f821aafb8540ebe60f308c0bad1f2b6.zip
From srinivasa@in.ibm.com, To make systemtap to work with register rename patch for x86/x86_64
Diffstat (limited to 'buildrun.cxx')
-rw-r--r--buildrun.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildrun.cxx b/buildrun.cxx
index 2f7c358d..b41b9545 100644
--- a/buildrun.cxx
+++ b/buildrun.cxx
@@ -88,6 +88,9 @@ compile_pass (systemtap_session& s)
o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-constant-tsc.c, -DSTAPCONF_CONSTANT_TSC,)" << endl;
o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-tsc-khz.c, -DSTAPCONF_TSC_KHZ,)" << endl;
o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-ktime-get-real.c, -DSTAPCONF_KTIME_GET_REAL,)" << endl;
+ o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-x86-uniregs.c, -DSTAPCONF_X86_UNIREGS,)" << endl;
+
+ o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-nameidata.c, -DSTAPCONF_NAMEIDATA_CLEANUP,)" << endl;
for (unsigned i=0; i<s.macros.size(); i++)
o << "EXTRA_CFLAGS += -D " << lex_cast_qstring(s.macros[i]) << endl;