Skip to content

Commit f94e90f

Browse files
Remove outdated comment for libgccjit.so.0
1 parent c939e90 commit f94e90f

File tree

1 file changed

+0
-4
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+0
-4
lines changed

src/bootstrap/src/core/build_steps/gcc.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ impl GccOutput {
3636
return;
3737
}
3838

39-
// At build time, cg_gcc has to link to libgccjit.so (the unversioned symbol).
40-
// However, at runtime, it will by default look for libgccjit.so.0.
41-
// So when we install the built libgccjit.so file to the target `directory`, we add it there
42-
// with the `.0` suffix.
4339
let target_filename = self.libgccjit.file_name().unwrap().to_str().unwrap().to_string();
4440

4541
// If we build libgccjit ourselves, then `self.libgccjit` can actually be a symlink.

0 commit comments

Comments
 (0)