From 8d4b5a8a50fad0ed1005380aa8d1c13dcfdab08d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 7 Feb 2002 06:38:57 +0000 Subject: Update. 2002-02-06 Ulrich Drepper * configure.in: Add --without-tls option. * sysdeps/i386/elf/configure.in: Don't check for TLS support if --without-tls is given. * sysdeps/generic/dl-tls.c: Include . * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS. --- manual/install.texi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'manual/install.texi') diff --git a/manual/install.texi b/manual/install.texi index f7f4a39336..ba2306855e 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -156,6 +156,12 @@ This is not recommended because it defeats the purpose of NSS; a program linked statically with the NSS libraries cannot be dynamically reconfigured to use a different name database. +@item --without-tls +By default the C library is build with support for thread-local storage +if the used tools support it. By using @samp{--without-tls} this can be +prevented though there generally is no reason since it creates +compatibility problems. + @item --build=@var{build-system} @itemx --host=@var{host-system} These options are for cross-compiling. If you specify both options and -- cgit v1.2.3