]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/tools/intel-linux.jam
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / build / src / tools / intel-linux.jam
index d9164add80705135853f2253b6bbc5ae0ffcd362..c743e52d283dc69d21458716fe14e625c73c5efd 100644 (file)
@@ -162,9 +162,6 @@ flags intel-linux.compile OPTIONS <warnings>all : -w2 ;
 
 rule compile.c++ ( targets * : sources * : properties * )
 {
-    gcc.setup-threading $(targets) : $(sources) : $(properties) ;
-    gcc.setup-fpic $(targets) : $(sources) : $(properties) ;
-    gcc.setup-address-model $(targets) : $(sources) : $(properties) ;
     DEPENDS $(<) : [ on $(<) return $(PCH_FILE) ] ;
 }
 
@@ -175,9 +172,6 @@ actions compile.c++ bind PCH_FILE
 
 rule compile.c ( targets * : sources * : properties * )
 {
-    gcc.setup-threading $(targets) : $(sources) : $(properties) ;
-    gcc.setup-fpic $(targets) : $(sources) : $(properties) ;
-    gcc.setup-address-model $(targets) : $(sources) : $(properties) ;    
     DEPENDS $(<) : [ on $(<) return $(PCH_FILE) ] ;
 }
 
@@ -188,9 +182,6 @@ actions compile.c bind PCH_FILE
 
 rule compile.c++.pch ( targets * : sources * : properties * )
 {
-    gcc.setup-threading $(targets) : $(sources) : $(properties) ;
-    gcc.setup-fpic $(targets) : $(sources) : $(properties) ;
-    gcc.setup-address-model $(targets) : $(sources) : $(properties) ;    
 }
 #
 # Compiling a pch first deletes any existing *.pchi file, as Intel's compiler
@@ -209,9 +200,6 @@ actions compile.fortran
 
 rule compile.c.pch ( targets * : sources * : properties * )
 {
-    gcc.setup-threading $(targets) : $(sources) : $(properties) ;
-    gcc.setup-fpic $(targets) : $(sources) : $(properties) ;
-    gcc.setup-address-model $(targets) : $(sources) : $(properties) ;    
 }
 
 actions compile.c.pch
@@ -221,8 +209,6 @@ actions compile.c.pch
 
 rule link ( targets * : sources * : properties * )
 {
-    gcc.setup-threading $(targets) : $(sources) : $(properties) ;
-    gcc.setup-address-model $(targets) : $(sources) : $(properties) ;    
     SPACE on $(targets) = " " ;
     JAM_SEMAPHORE on $(targets) = <s>intel-linux-link-semaphore ;
 }
@@ -234,8 +220,6 @@ actions link bind LIBRARIES
 
 rule link.dll ( targets * : sources * : properties * )
 {
-    gcc.setup-threading $(targets) : $(sources) : $(properties) ;
-    gcc.setup-address-model $(targets) : $(sources) : $(properties) ;    
     SPACE on $(targets) = " " ;
     JAM_SEMAPHORE on $(targets) = <s>intel-linux-link-semaphore ;
 }