Просмотр исходного кода

update INSTALL file archs list with riscv32, loongarch64 additions

Rich Felker 1 год назад
Родитель
Сommit
e5aa498451
1 измененных файлов с 6 добавлено и 1 удалено
  1. 6 1
      INSTALL

+ 6 - 1
INSTALL

@@ -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