From 4b2c4ab54948e7fa504171baa255b4314e0a5467 Mon Sep 17 00:00:00 2001 From: fche Date: Thu, 2 Nov 2006 17:04:46 +0000 Subject: 2006-11-02 Frank Ch. Eigler * Makefile.am: Install tapset/README too. * Makefile.in: Regenerated. 2006-11-02 Frank Ch. Eigler * README: Add a blurb against running these scripts directly. --- buildrun.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildrun.cxx') diff --git a/buildrun.cxx b/buildrun.cxx index fe499e1e..969ba352 100644 --- a/buildrun.cxx +++ b/buildrun.cxx @@ -83,6 +83,8 @@ compile_pass (systemtap_session& s) // Assumes linux 2.6 kbuild o << "CFLAGS += -Wno-unused -Werror" << endl; o << "CFLAGS += -I\"" << s.runtime_path << "\"" << endl; + // XXX: this may help ppc toc overflow + // o << "CFLAGS := $(subst -Os,-O2,$(CFLAGS)) -fminimal-toc" << endl; o << "obj-m := " << s.module_name << ".o" << endl; o.close (); -- cgit