diff --git a/src/engine/jam.h b/src/engine/jam.h index c0f620a1c..984a4a41b 100644 --- a/src/engine/jam.h +++ b/src/engine/jam.h @@ -412,7 +412,11 @@ #endif #ifdef __mips__ - #define OSPLAT "OSPLAT=MIPS" + #if defined(_ABI64) + #define OSPLAT "OSPLAT=MIPS64" + #elif defined(_ABIO32) + #define OSPLAT "OSPLAT=MIPS32" + #endif #endif #if defined( __arm__ ) || \