]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/toolset-mock/src/clang-vxworks-4.0.1.py
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / test / toolset-mock / src / clang-vxworks-4.0.1.py
index a1fbedb1193de89c013c71cc079add436955beb9..b6a13b4fde7919fb9023c205bc10eeb77dfb8fc4 100644 (file)
@@ -3,13 +3,12 @@
 # Copyright 2018 Steven Watanabe
 #
 # 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)
 
 from MockProgram import *
 
 command('clang++', '-print-prog-name=ar', stdout=script('ar.py'))
-command('clang++', '-print-prog-name=ranlib', stdout=script('ranlib.py'))
 
 if allow_properties('variant=debug', 'link=shared', 'threading=single', 'runtime-link=shared'):
     command('clang++', unordered(ordered('-x', 'c++'), '-O0', '-fno-inline', '-Wall', '-g', '-fPIC', '-c'), '-o', output_file('bin/clang-vxworks-4.0.1/debug/lib.o'), input_file(source='lib.cpp'))