diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-07 06:38:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-07 06:38:57 +0000 |
commit | 8d4b5a8a50fad0ed1005380aa8d1c13dcfdab08d (patch) | |
tree | 4a12090365248eea8757bad604a6f7082784c8cc /manual | |
parent | 4b9abcb6b83ebc64aa2a468b950c24e4ee96e1a2 (diff) | |
download | glibc-8d4b5a8a50fad0ed1005380aa8d1c13dcfdab08d.zip glibc-8d4b5a8a50fad0ed1005380aa8d1c13dcfdab08d.tar.gz glibc-8d4b5a8a50fad0ed1005380aa8d1c13dcfdab08d.tar.bz2 |
Update.
2002-02-06 Ulrich Drepper <drepper@redhat.com>
* 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 <tls.h>.
* sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/install.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manual/install.texi b/manual/install.texi index f7f4a39..ba23068 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 |