]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/context/build/architecture.jam
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / context / build / architecture.jam
index 81dcb497553b14adb9511afc6aaa3fc4eb76713d..e00e61e5706022151385922b907b32917b216161 100644 (file)
@@ -63,6 +63,14 @@ rule deduce-architecture ( properties * )
         {
             return <architecture>power ;
         }
+        else if [ configure.builds /boost/architecture//riscv : $(properties) : riscv ]
+        {
+            return <architecture>riscv ;
+        }
+        else if [ configure.builds /boost/architecture//s390x : $(properties) : s390x ]
+        {
+            return <architecture>s390x ;
+        }
         else if [ configure.builds /boost/architecture//sparc : $(properties) : sparc ]
         {
             return <architecture>sparc ;