]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/toolset_clang_linux.py
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / test / toolset_clang_linux.py
index 2fbf84b6d0ef7db8d1420c69746079f34d66449a..eed96875fdc42500ffbc0cc3c50f7bc1a5e8415e 100644 (file)
@@ -1,10 +1,12 @@
 #!/usr/bin/python
+# coding: utf-8
 #
 # Copyright 2017 Steven Watanabe
+# Copyright 2020 RenĂ© Ferdinand Rivera Morell
 #
 # Distributed under the Boost Software License, Version 1.0.
-# (See accompanying file LICENSE_1_0.txt or copy at
-# http://www.boost.org/LICENSE_1_0.txt)
+# (See accompanying file LICENSE.txt or copy at
+# https://www.bfgroup.xyz/b2/LICENSE.txt)
 
 # validates the clang_linux toolset using a mock of clang
 
@@ -17,3 +19,11 @@ test_toolset("clang-linux", "3.9.0", [
     ["target-os=linux", "link=static"],
     ["target-os=linux", "link=static", "runtime-link=static"],
     ["target-os=linux", "architecture=x86", "address-model=32"]])
+
+test_toolset("clang-linux", "3.9.0", [
+    ["target-os=windows"],
+    ["target-os=windows", "release", "strip=on"],
+    ["target-os=windows", "threading=multi"],
+    ["target-os=windows", "link=static"],
+    ["target-os=windows", "architecture=x86", "address-model=32"]
+    ])