From: Rich Felker Date: Tue, 9 Jul 2019 22:40:50 +0000 (-0400) Subject: mention mips64 n32 ABI support in INSTALL doc X-Git-Tag: v1.1.23~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a730639273fd5040ea3528a9fc7b8590f46a6702;p=oweals%2Fmusl.git mention mips64 n32 ABI support in INSTALL doc --- diff --git a/INSTALL b/INSTALL index dbe25a7a..322ee976 100644 --- a/INSTALL +++ b/INSTALL @@ -63,7 +63,7 @@ and ABI combinations: is required * 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