summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2017-08-29 20:48:02 -0400
committerRich Felker <dalias@aerifal.cx>2017-08-29 20:48:02 -0400
commit5f3b652afe423dd2bd6f266535f79f685909cf60 (patch)
tree746e10a1183a84d7f3fa8650d4a3ba778c0a2193
parent9d4c902c42b3fda368d7ea64bb9575c46228fa7f (diff)
downloadmusl-5f3b652afe423dd2bd6f266535f79f685909cf60.tar.gz
add powerpc64 and s390x to list of supported archs in INSTALL file
-rw-r--r--INSTALL10
1 files changed, 9 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 526c3f62..a2a142bf 100644
--- a/INSTALL
+++ b/INSTALL
@@ -69,12 +69,20 @@ and ABI combinations:
that does not use FPU registers or instructions is available
* PowerPC
- * Only 32-bit is supported
* Compiler toolchain must provide 64-bit long double, not IBM
double-double or IEEE quad
* For dynamic linking, compiler toolchain must be configured for
"secure PLT" variant
+* PowerPC64
+ * Both little and big endian variants are supported
+ * Compiler toolchain must provide 64-bit long double, not IBM
+ double-double or IEEE quad
+ * Compiler toolchain must use the new (ELFv2) ABI regardless of
+ whether it is for little or big endian
+
+* S390X (64-bit S390)
+
* SuperH (SH)
* Standard ELF ABI or FDPIC ABI (shared-text without MMU)
* Little-endian by default; big-engian variant also supported