]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/context/build/architecture.jam
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / context / build / architecture.jam
index e00e61e5706022151385922b907b32917b216161..3eaa1b077c458089551a62c2bb45e9afc7b7ed06 100644 (file)
@@ -55,9 +55,13 @@ rule deduce-architecture ( properties * )
         {
             return <architecture>arm ;
         }
-        else if [ configure.builds /boost/architecture//mips1 : $(properties) : mips1 ]
+        else if [ configure.builds /boost/architecture//loongarch : $(properties) : loongarch ]
         {
-            return <architecture>mips1 ;
+            return <architecture>loongarch ;
+        }
+        else if [ configure.builds /boost/architecture//mips : $(properties) : mips ]
+        {
+            return <architecture>mips ;
         }
         else if [ configure.builds /boost/architecture//power : $(properties) : power ]
         {