]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/toolset-mock/src/gcc-4.8.3-linux.py
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / test / toolset-mock / src / gcc-4.8.3-linux.py
index 5604ee5d1a5ed68ff2144564a300117301a59e28..d454301e4630af33aea7eebbb6a2a8a6e985f28a 100644 (file)
@@ -3,13 +3,12 @@
 # Copyright 2017 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('g++', '-print-prog-name=ar', stdout=script('ar.py'))
-command('g++', '-print-prog-name=ranlib', stdout=script('ranlib.py'))
 
 if allow_properties("variant=debug", "link=shared", "threading=single", "runtime-link=shared"):
     command("g++", unordered("-O0", "-fno-inline", "-Wall", "-g", "-fPIC"), "-c", "-o", output_file("bin/gcc-gnu-4.8.3/debug/lib.o"), input_file(source="lib.cpp"))