X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=INSTALL;h=526c3f62ed2d4644755a46348b2a9ccbd14af51f;hb=6d99ad91e869aab35a4d76d34c3c9eaf29482bad;hp=9f33910bfa8e9e35cfe3cf0f1320814e5340aadf;hpb=40891ae6dbc1c6113c4a826656a28143648df159;p=musl diff --git a/INSTALL b/INSTALL index 9f33910b..526c3f62 100644 --- a/INSTALL +++ b/INSTALL @@ -62,6 +62,12 @@ and ABI combinations: * MIPS2 or later, or kernel emulation of ll/sc (standard in Linux) is required +* MIPS64 + * ABI is n64 (LP64) + * 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 + * PowerPC * Only 32-bit is supported * Compiler toolchain must provide 64-bit long double, not IBM