]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/engine/jam.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / tools / build / src / engine / jam.h
index c0f620a1c6678cecfeda595515a805fb9e0327fb..984a4a41bb25b6239a31dc6419262040c69b98cb 100644 (file)
 #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__ ) || \