diff options
author | Rich Felker <dalias@aerifal.cx> | 2019-07-09 18:40:07 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2019-07-09 18:40:07 -0400 |
commit | 0f722282089c80f5d3ac2829fe216eb306080137 (patch) | |
tree | 8ef344ed1c35548ba73e9796828f07671cf941fb /INSTALL | |
parent | 759900403d33baba313ae96d410d3a6807a694cc (diff) | |
download | musl-0f722282089c80f5d3ac2829fe216eb306080137.tar.gz |
document riscv64 support in INSTALL document
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |