]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/lib.rs
Rollup merge of #101783 - chriswailes:env-vars, r=jyn514
[rust.git] / src / bootstrap / lib.rs
index cc0cf12bd187a7fc48ed6c06bfa09a9af5e064b0..fade44ecb158b7314e9322365854d4396a94c144 100644 (file)
@@ -1307,10 +1307,6 @@ fn rust_package_vers(&self) -> String {
         self.package_vers(&self.version)
     }
 
-    fn llvm_link_tools_dynamically(&self, target: TargetSelection) -> bool {
-        target.contains("linux-gnu") || target.contains("apple-darwin")
-    }
-
     /// Returns the `version` string associated with this compiler for Rust
     /// itself.
     ///