I am working on incorporating various xxxxx-openwrt-linux-muslxxxx tuples to rust-lang so that it makes it easier for me to do things with the package.
They are questioning the ABI that MIPS64 targets return. $(REAL_TARGET_GNU_NAME) returns mips64-openwrt-linux-musl, and LLVM conventions says it should be mips64-openwrt-linux-muslabi64
So, is there a reason its reporting musl rather than muslabi64 (I'm assuming there either is, or was at some point and it just never got updated. Mips64 targets are sparse).
My bad, gave you the wrong info - we're using the N64 ABI after all, don't know if that means the final bit of the tuple needs to change or not though...