Skip to content

Commit 19cab63

Browse files
committed
Remove obsolete --disable-elf-tls configure switch.
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.
1 parent 4cb396c commit 19cab63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

configure

-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,6 @@ valopt default-ar "ar" "the default ar"
510510
opt_nosave manage-submodules 1 "let the build manage the git submodules"
511511
opt_nosave clang 0 "prefer clang to gcc for building the runtime"
512512
opt_nosave jemalloc 1 "build liballoc with jemalloc"
513-
opt elf-tls 1 "elf thread local storage on platforms where supported"
514513
opt full-bootstrap 0 "build three compilers instead of two"
515514
opt extended 0 "build an extended rust tool set"
516515

0 commit comments

Comments
 (0)