]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/compile.rs
Auto merge of #98140 - klensy:compiletest-strip, r=Mark-Simulacrum
[rust.git] / src / bootstrap / compile.rs
index 9958fc26be7a5e4a67232c13cfc4906ae44767ed..b4807d1ab3af2f1edf62b6bcd8bb1ee1e8d3daff 100644 (file)
@@ -730,6 +730,7 @@ pub fn rustc_cargo_env(builder: &Builder<'_>, cargo: &mut Cargo, target: TargetS
             && !target.contains("freebsd")
             && !target.contains("msvc")
             && !target.contains("apple")
+            && !target.contains("solaris")
         {
             let file = compiler_file(
                 builder,