diff options
author | Rich Felker <dalias@aerifal.cx> | 2016-03-06 17:48:58 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2016-03-06 17:48:58 +0000 |
commit | 589aefa5b061647e8b9ad9bca3aaa8dc6222460a (patch) | |
tree | b8274c27d2ecdb5968c9a04bd8fff0114c0b8f3d /INSTALL | |
parent | add mips64 port (diff) | |
download | grovel-589aefa5b061647e8b9ad9bca3aaa8dc6222460a.tar.gz grovel-589aefa5b061647e8b9ad9bca3aaa8dc6222460a.tar.xz |
update documentation files for mips64 port
Diffstat (limited to '')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |