Skip to content

Commit 5482bba

Browse files
committed
Reword comment slightly
1 parent 46ae738 commit 5482bba

File tree

1 file changed

+3
-1
lines changed
  • tests/run-make/glibc-symbols-x86_64-unknown-linux-gnu

1 file changed

+3
-1
lines changed

Diff for: tests/run-make/glibc-symbols-x86_64-unknown-linux-gnu/rmake.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ use std::path::{Path, PathBuf};
1111
use run_make_support::{cmd, llvm_objdump, regex, rustc_path};
1212

1313
fn main() {
14-
// This is the maximum glibc version *supported* by the x86_64-unknown-linux-gnu target.
14+
// This is the maximum glibc version that we are *permitted* to use for the
15+
// x86_64-unknown-linux-gnu target.
1516
// All glibc symbols used in the compiler must be lower or equal than this version.
17+
// So that if a given machine only has glibc 2.17, it is able to run the compiler.
1618
let max_supported = (2, 17, 99);
1719

1820
let rustc = PathBuf::from(rustc_path());

0 commit comments

Comments
 (0)