summaryrefslogtreecommitdiff
path: root/manual/install.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-02-07 06:38:57 +0000
committerUlrich Drepper <drepper@redhat.com>2002-02-07 06:38:57 +0000
commit8d4b5a8a50fad0ed1005380aa8d1c13dcfdab08d (patch)
tree4a12090365248eea8757bad604a6f7082784c8cc /manual/install.texi
parent4b9abcb6b83ebc64aa2a468b950c24e4ee96e1a2 (diff)
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/install.texi')
-rw-r--r--manual/install.texi6
1 files changed, 6 insertions, 0 deletions
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