diff options
author | fche <fche> | 2006-11-02 17:04:46 +0000 |
---|---|---|
committer | fche <fche> | 2006-11-02 17:04:46 +0000 |
commit | 4b2c4ab54948e7fa504171baa255b4314e0a5467 (patch) | |
tree | c4f7b29313c49a9dcfb565de7b5e24e0820d450f /buildrun.cxx | |
parent | 557fb7a82197000897baccfed1c1fd675d1111df (diff) | |
download | systemtap-steved-4b2c4ab54948e7fa504171baa255b4314e0a5467.tar.gz systemtap-steved-4b2c4ab54948e7fa504171baa255b4314e0a5467.tar.xz systemtap-steved-4b2c4ab54948e7fa504171baa255b4314e0a5467.zip |
2006-11-02 Frank Ch. Eigler <fche@elastic.org>
* Makefile.am: Install tapset/README too.
* Makefile.in: Regenerated.
2006-11-02 Frank Ch. Eigler <fche@elastic.org>
* README: Add a blurb against running these scripts directly.
Diffstat (limited to 'buildrun.cxx')
-rw-r--r-- | buildrun.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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 (); |