summaryrefslogtreecommitdiff
path: root/README-linux
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2004-02-20 02:22:35 +0000
committerRoland McGrath <roland@redhat.com>2004-02-20 02:22:35 +0000
commit5ef24abf005145b7e30e475e23c0fa2e8b0f4e13 (patch)
tree0a33b38e048e4733d7ce8cdf468c0627aea2d88f /README-linux
parentd535306ce2d61de87a29764cd94fd81b87d07a8b (diff)
downloadstrace-5ef24abf005145b7e30e475e23c0fa2e8b0f4e13.tar.gz
strace-5ef24abf005145b7e30e475e23c0fa2e8b0f4e13.tar.bz2
strace-5ef24abf005145b7e30e475e23c0fa2e8b0f4e13.tar.xz
Revert jhughes commits.
Diffstat (limited to 'README-linux')
-rw-r--r--README-linux13
1 files changed, 0 insertions, 13 deletions
diff --git a/README-linux b/README-linux
index d36eafb..e2f9779 100644
--- a/README-linux
+++ b/README-linux
@@ -30,16 +30,3 @@ There are three ways to compile strace with other kernel headers:
* you can link /usr/include/linux and /usr/include/asm to the
corresponding directories in your kernel source-tree.
-
-OpenSSI:
---------
-
-If you want to compile strace with support for the OpenSSI clustering
-software the easy way is to use the CPPFLAGS to point configure to your
-ci source code:
-
-CPPFLAGS="-I path-to-ci/kernel/include" ./configure
-
-Note that I don't know how to strace across rfork.
-
- - John Hughes <john@calva.com>