X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=INSTALL;h=22477b6ba0f99f2fef07011535da873c5907a862;hb=d1e6fdd3674eff0e09554c7ddc431acb8925232f;hp=dbe25a7a57fe40de7f0a0fe2660d1edb57ca7e92;hpb=0f722282089c80f5d3ac2829fe216eb306080137;p=oweals%2Fmusl.git diff --git a/INSTALL b/INSTALL index dbe25a7a..22477b6b 100644 --- a/INSTALL +++ b/INSTALL @@ -55,15 +55,16 @@ 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) + * ABI is n64 (LP64) or n32 (ILP32) * 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