Debian currently provides 3 ports, 'mips', 'mipsel', and 'mips64el'.
The 'mips' and 'mipsel' ports are respectively big and little endian variants, using the O32 ABI with hardware floating point.
They use the MIPS II ISA in Jessie and the MIPS32R2 ISA in Stretch and later.
The 'mips64el' port is a 64-bit little endian port using the N64 ABI, hardware floating point and the MIPS64R2 ISA.
Debian目前提供3個端口,'mips','mipsel'和'mips64el'。 'mips'和'mipsel'端口分別是大端和小端變體,使用O32 ABI和硬件浮點。他們在Jessie中使用MIPS II ISA,在Stretch中使用MIPS32R2 ISA。 'mips64el'端口是一個64位小端端口,使用N64 ABI,硬件浮點和MIPS64R2 ISA。
mips 是32位大端字節序
mipsel 是32位小端字節序
mips64el 是64位小端字節序