about summary refs log tree commit diff
path: root/INSTALL
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2019-07-09 18:40:50 -0400
committerRich Felker <dalias@aerifal.cx>2019-07-09 18:40:50 -0400
commita730639273fd5040ea3528a9fc7b8590f46a6702 (patch)
tree11101a62d741b6ea3f98613eb093f12d2c87c91c /INSTALL
parent0f722282089c80f5d3ac2829fe216eb306080137 (diff)
downloadmusl-a730639273fd5040ea3528a9fc7b8590f46a6702.tar.gz
musl-a730639273fd5040ea3528a9fc7b8590f46a6702.tar.xz
musl-a730639273fd5040ea3528a9fc7b8590f46a6702.zip
mention mips64 n32 ABI support in INSTALL doc
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
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