X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=9a820f0803f0ade766ea8578cd536443c3cacf2b;hb=470ed70a86c3a77b4643300d022fd79cf43d97cc;hp=7fa5353d09b899e7af4872bdb3ee522b41a4788c;hpb=1f949e94e8429ef33bb0ecb32082590631402b23;p=rust.git diff --git a/config.toml.example b/config.toml.example index 7fa5353d09b..9a820f0803f 100644 --- a/config.toml.example +++ b/config.toml.example @@ -567,8 +567,8 @@ changelog-seen = 2 # On Linux target, if crt-static is not enabled, 'no' means dynamic link to # `libgcc_s.so`, 'in-tree' means static link to the in-tree build of llvm libunwind # and 'system' means dynamic link to `libunwind.so`. If crt-static is enabled, -# the behavior is depend on the libc. On musl target, 'no' and 'in-tree' both -# means static link to the in-tree build of llvm libunwind, and 'system' means +# the behavior is depend on the libc. On musl target, 'no' and 'in-tree' both +# means static link to the in-tree build of llvm libunwind, and 'system' means # static link to `libunwind.a` provided by system. Due to the limitation of glibc, # it must link to `libgcc_eh.a` to get a working output, and this option have no effect. #llvm-libunwind = 'no'