summaryrefslogtreecommitdiff
path: root/README-linux
diff options
context:
space:
mode:
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>