summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-04-28 23:26:59 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-04-28 23:26:59 -0500
commit3e5650b644bd52610831bec8b9f105d3468caec4 (patch)
tree376461046633c987b68c36726ab1cc1858aed296
parenta0f8a201077296b87ec76e2d1c6f9678dab78492 (diff)
downloadgcompat-3e5650b644bd52610831bec8b9f105d3468caec4.tar.gz
gcompat-3e5650b644bd52610831bec8b9f105d3468caec4.tar.bz2
gcompat-3e5650b644bd52610831bec8b9f105d3468caec4.tar.xz
gcompat-3e5650b644bd52610831bec8b9f105d3468caec4.zip
README: fix silliness imported from libucontext
-rw-r--r--README.rst11
1 files changed, 3 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index 50d2b53..f41d324 100644
--- a/README.rst
+++ b/README.rst
@@ -100,13 +100,6 @@ The following architectures are supported:
This is a Tier 1 architecture in the Adélie Linux system.
-* s390x
-
- This architecture is **not supported** by the Adélie Linux system. It is
- *untested* by the release team and may not be functional.
-
-The following architectures utilise a Linux kernel syscall:
-
* ppc (32-bit)
This is a Tier 1 architecture in the Adélie Linux system.
@@ -115,7 +108,9 @@ The following architectures utilise a Linux kernel syscall:
This is a Tier 1 architecture in the Adélie Linux system. Only the ELFv2 ABI
is supported, and only Big Endian modes of operation are tested by the
- release team.
+ release team. Most glibc installations use ELFv1; only Void Linux currently
+ utilises ELFv2 and glibc. For that reason, it is difficult to test gcompat
+ on ppc64.