]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/tools/xlf.jam
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / src / tools / xlf.jam
index e7fcc6086ade690b87f93a8e527f1a29577a40c1..52b9cf281a994b8ec50a2adf9e3d751ac2d35509 100644 (file)
@@ -1,12 +1,12 @@
 # Copyright (C) 2004 Toon Knapen
 #
 #  Use, modification and distribution is subject to the Boost Software
-#  License Version 1.0. (See accompanying file LICENSE_1_0.txt or
-#  http://www.boost.org/LICENSE_1_0.txt)
+#  License Version 1.0. (See accompanying file LICENSE.txt or
+#  https://www.bfgroup.xyz/b2/LICENSE.txt)
 
 #
 # toolset configuration for the IBM Fortran compiler (xlf)
-# 
+#
 
 import toolset : flags ;
 import feature ;
@@ -33,7 +33,7 @@ rule compile-fortran
 
 actions compile-fortran
 {
-  xlf $(OPTIONS) -I$(INCLUDES) -c -o "$(<)" "$(>)" 
+  xlf $(OPTIONS) -I$(INCLUDES) -c -o "$(<)" "$(>)"
 }
 
-generators.register-fortran-compiler xlf.compile-fortran : FORTRAN : OBJ ; 
+generators.register-fortran-compiler xlf.compile-fortran : FORTRAN : OBJ ;