about summary refs log tree commit diff
path: root/INSTALL
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2019-07-09 18:40:07 -0400
committerRich Felker <dalias@aerifal.cx>2019-07-09 18:40:07 -0400
commit0f722282089c80f5d3ac2829fe216eb306080137 (patch)
tree8ef344ed1c35548ba73e9796828f07671cf941fb /INSTALL
parent759900403d33baba313ae96d410d3a6807a694cc (diff)
downloadmusl-0f722282089c80f5d3ac2829fe216eb306080137.tar.gz
musl-0f722282089c80f5d3ac2829fe216eb306080137.tar.xz
musl-0f722282089c80f5d3ac2829fe216eb306080137.zip
document riscv64 support in INSTALL document
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index a2a142bf..dbe25a7a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -96,6 +96,11 @@ and ABI combinations:
 
 * OpenRISC 1000 (or1k)
 
+* RISC-V 64
+    * Little endian
+    * Hard, soft, and hard-single/soft-double floating point ABIs
+    * Standard ELF; no shared-text NOMMU support
+
 
 
 Build and Installation Procedure