diff options
author | Rich Felker <dalias@aerifal.cx> | 2019-07-09 18:40:50 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2019-07-09 18:40:50 -0400 |
commit | a730639273fd5040ea3528a9fc7b8590f46a6702 (patch) | |
tree | 11101a62d741b6ea3f98613eb093f12d2c87c91c /INSTALL | |
parent | 0f722282089c80f5d3ac2829fe216eb306080137 (diff) | |
download | musl-a730639273fd5040ea3528a9fc7b8590f46a6702.tar.gz musl-a730639273fd5040ea3528a9fc7b8590f46a6702.tar.bz2 musl-a730639273fd5040ea3528a9fc7b8590f46a6702.tar.xz musl-a730639273fd5040ea3528a9fc7b8590f46a6702.zip |
mention mips64 n32 ABI support in INSTALL doc
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |