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 | |
parent | prevent dup2 action for posix_spawn internal pipe fd (diff) | |
download | grovel-0f722282089c80f5d3ac2829fe216eb306080137.tar.gz grovel-0f722282089c80f5d3ac2829fe216eb306080137.tar.xz |
document riscv64 support in INSTALL document
-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 |