Skip to content

Commit

Permalink
Remove obsolete --disable-elf-tls configure switch.
Browse files Browse the repository at this point in the history
Support for disabling ELF-style thread local storage in
the standard library at configure time was removed in
pulls rust-lang#30417 and rust-lang#30678, in favour of a member in
the TargetOptions database. The new method respects
MACOSX_DEPLOYMENT_TARGET on macOS, addressing the
original use case for this configure option.

However, those commits left the configure option itself
in place. It's no longer referenced anywhere and can
be removed.
  • Loading branch information
rillian committed May 2, 2017
1 parent 4cb396c commit 19cab63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,6 @@ valopt default-ar "ar" "the default ar"
opt_nosave manage-submodules 1 "let the build manage the git submodules"
opt_nosave clang 0 "prefer clang to gcc for building the runtime"
opt_nosave jemalloc 1 "build liballoc with jemalloc"
opt elf-tls 1 "elf thread local storage on platforms where supported"
opt full-bootstrap 0 "build three compilers instead of two"
opt extended 0 "build an extended rust tool set"

Expand Down

0 comments on commit 19cab63

Please sign in to comment.