]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/tools/vacpp.jam
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / tools / build / src / tools / vacpp.jam
index a7c4f0ced8cc1a97342ec221c6dcdaa2fbfd4674..168f465644ddbaddaf9ea131fdd31467d57f4770 100644 (file)
@@ -28,7 +28,7 @@ with the the `vacpp` module.
 |# # end::doc[]
 
 #
-# Boost.Build V2 toolset for the IBM XL C++ compiler
+# B2 V2 toolset for the IBM XL C++ compiler
 #
 
 import toolset : flags ;
@@ -45,12 +45,12 @@ generators.override vacpp.searched-lib-generator : searched-lib-generator ;
 # Configure the vacpp toolset
 rule init ( version ? : command * : options * )
 {
-    local condition = [ 
+    local condition = [
         common.check-init-parameters vacpp : version $(version) ] ;
-              
+
     command = [ common.get-invocation-command vacpp : xlC
         : $(command) : "/usr/vacpp/bin/xlC" ] ;
-        
+
     common.handle-options vacpp : $(condition) : $(command) : $(options) ;
 }
 
@@ -154,7 +154,7 @@ actions vacpp.link bind NEEDLIBS
 
 actions vacpp.link.dll bind NEEDLIBS
 {
-    xlC_r -G $(LINKFLAGS) -o "$(<[1])" $(HAVE_SONAME)-Wl,-soname$(SPACE)-Wl,$(<[-1]:D=) -L$(LIBPATH) -L$(STDLIBPATH) "$(>)" "$(NEEDLIBS)" "$(NEEDLIBS)" -l$(FINDLIBS) $(OPTIONS) $(USER_OPTIONS) 
+    xlC_r -G $(LINKFLAGS) -o "$(<[1])" $(HAVE_SONAME)-Wl,-soname$(SPACE)-Wl,$(<[-1]:D=) -L$(LIBPATH) -L$(STDLIBPATH) "$(>)" "$(NEEDLIBS)" "$(NEEDLIBS)" -l$(FINDLIBS) $(OPTIONS) $(USER_OPTIONS)
 }
 
 actions vacpp.compile.c