From: Rich Felker Date: Tue, 9 Jul 2019 22:40:07 +0000 (-0400) Subject: document riscv64 support in INSTALL document X-Git-Tag: v1.1.23~9 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0f722282089c80f5d3ac2829fe216eb306080137;p=oweals%2Fmusl.git document riscv64 support in INSTALL document --- 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