X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=INSTALL;h=c583691d750472fc7af337caed26506586febb75;hb=b1dfb734a45d4f74c7a24c5f07d37f7e74451802;hp=322ee9766251dd9cfdd02735cf592ee5db1a8084;hpb=a730639273fd5040ea3528a9fc7b8590f46a6702;p=musl diff --git a/INSTALL b/INSTALL index 322ee976..c583691d 100644 --- a/INSTALL +++ b/INSTALL @@ -55,12 +55,13 @@ and ABI combinations: * Little-endian default; big-endian variants also supported * MIPS - * ABI is o32 + * ABI is o32, fp32/fpxx (except on r6 which is fp64) * Big-endian default; little-endian variants also supported * Default ABI variant uses FPU registers; alternate soft-float ABI that does not use FPU registers or instructions is available * MIPS2 or later, or kernel emulation of ll/sc (standard in Linux) is required + * MIPS32r6, an incompatible ISA, is supported as a variant "mipsr6" * MIPS64 * ABI is n64 (LP64) or n32 (ILP32) @@ -85,7 +86,7 @@ and ABI combinations: * SuperH (SH) * Standard ELF ABI or FDPIC ABI (shared-text without MMU) - * Little-endian by default; big-engian variant also supported + * Little-endian by default; big-endian variant also supported * Full FPU ABI or soft-float ABI is supported, but the single-precision-only FPU ABI is not