On mips64, the 'new' ABIS have 128-bit long doubles while the 'old' and the embedded ABIs use 64-bit. Add a note for this, since currently the -mabi flag is not handled. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- target.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target.c b/target.c index ebc7d493b..6ea08c2f2 100644 --- a/target.c +++ b/target.c @@ -121,6 +121,8 @@ void init_target(void) break; /* fall through */ case MACH_ARM: + case MACH_MIPS64: + // FIXME: ABI n32 & (n)64 have 128-bit ldouble case MACH_MIPS32: case MACH_S390: case MACH_S390X: -- 2.24.0