]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/project-test3/jamroot.jam
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / tools / build / test / project-test3 / jamroot.jam
index 3d4dfa19aa5127b5ab51835d1a45d7589d1cc36f..d7cd490eb0e9ff282b577f5fa1ba212840e554b2 100644 (file)
@@ -6,6 +6,7 @@
 import os ;
 import gcc ;
 import property ;
+import toolset ;
 
 rule properties-as-path ( properties * )
 {
@@ -21,6 +22,9 @@ rule properties-as-path ( properties * )
         [ property.remove incidental : $(r) ] ] ;
 }
 
+toolset.flags yfc-compile KNOWN-PROPERTIES : <toolset> <optimization> ;
+toolset.flags yfc-link KNOWN-PROPERTIES : <toolset> <optimization> ;
+
 rule yfc-compile ( target : sources * : property-set * )
 {
     PROPERTIES on $(target) = [ properties-as-path $(property-set) ] ;