1
Fork 0

cleanup: rustc doesn't use an external archiver

This commit is contained in:
Vadim Petrochenkov 2017-10-08 11:41:12 +03:00
parent 72d65019c7
commit b434c84bab
15 changed files with 9 additions and 65 deletions

View file

@ -119,9 +119,8 @@ v("experimental-targets", "llvm.experimental-targets",
"experimental LLVM targets to build")
v("release-channel", "rust.channel", "the name of the release channel to build")
# Used on systems where "cc" and "ar" are unavailable
# Used on systems where "cc" is unavailable
v("default-linker", "rust.default-linker", "the default linker")
v("default-ar", "rust.default-ar", "the default ar")
# Many of these are saved below during the "writing configuration" step
# (others are conditionally saved).