]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/predef/architecture/mips.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / predef / architecture / mips.h
index 490c5e59030777bf09c836fd8c5ef756ca780eaf..e35d23ab1db4ab52297d5b32f2d031c2c946d22c 100644 (file)
@@ -66,6 +66,16 @@ http://en.wikipedia.org/wiki/MIPS_architecture[MIPS] architecture.
 #   define BOOST_ARCH_MIPS_AVAILABLE
 #endif
 
+#if BOOST_ARCH_MIPS
+#   if BOOST_ARCH_MIPS >= BOOST_VERSION_NUMBER(3,0,0)
+#       undef BOOST_ARCH_WORD_BITS_64
+#       define BOOST_ARCH_WORD_BITS_64 BOOST_VERSION_NUMBER_AVAILABLE
+#   else
+#       undef BOOST_ARCH_WORD_BITS_32
+#       define BOOST_ARCH_WORD_BITS_32 BOOST_VERSION_NUMBER_AVAILABLE
+#   endif
+#endif
+
 #define BOOST_ARCH_MIPS_NAME "MIPS"
 
 #endif