diff options
| author | Rich Felker <dalias@aerifal.cx> | 2024-02-29 19:23:03 -0500 | 
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2024-02-29 19:23:03 -0500 | 
| commit | e5aa498451c85c74d924ba1d7b03a87a1774d1ed (patch) | |
| tree | 3d9d273cb5a650e261f5158049a80aeca1c28139 | |
| parent | 8d9d266573aced978c812973a2ae12b998250898 (diff) | |
| download | musl-e5aa498451c85c74d924ba1d7b03a87a1774d1ed.tar.gz | |
update INSTALL file archs list with riscv32, loongarch64 additions
| -rw-r--r-- | INSTALL | 7 | 
1 files changed, 6 insertions, 1 deletions
@@ -97,11 +97,16 @@ and ABI combinations:  * OpenRISC 1000 (or1k) -* RISC-V 64 +* RISC-V +    * 32-bit and 64-bit      * Little endian      * Hard, soft, and hard-single/soft-double floating point ABIs      * Standard ELF; no shared-text NOMMU support +* LoongArch +    * 64-bit ISA +    * Hard, soft, and hard-single/soft-double floating point ABIs +  Build and Installation Procedure  | 
