]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2016-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
authorPaul Pluzhnikov <ppluzhnikov@google.com>
Sun, 5 Jun 2016 15:41:13 +0000 (08:41 -0700)
committerPaul Pluzhnikov <ppluzhnikov@google.com>
Sun, 5 Jun 2016 15:41:13 +0000 (08:41 -0700)
* manual/install.texi: Remove mention of --without-tls
* INSTALL: Regenerate.

ChangeLog
INSTALL
manual/install.texi

index be1e0bb75996b6a03ec181a965b63de27beff65a..84738f52eaa9338168b7fe15cde7e7c728d3b483 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-06-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * manual/install.texi: Remove mention of --without-tls
+       * INSTALL: Regenerate.
+
 2016-06-05  Florian Weimer  <fweimer@redhat.com>
 
        * dlfcn/tst-rec-dlopen.c (custom_malloc_hook, old_malloc_hook):
diff --git a/INSTALL b/INSTALL
index 31e256d41391237514a68dadd3681ca5fc101bbe..ec3445f2d6028ed307ccf8582c0ee491ec053e8c 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -116,12 +116,6 @@ will be used, and CFLAGS sets optimization options for the compiler.
      program linked statically with the NSS libraries cannot be
      dynamically reconfigured to use a different name database.
 
-'--without-tls'
-     By default the C library is built with support for thread-local
-     storage if the used tools support it.  By using '--without-tls'
-     this can be prevented though there generally is no reason since it
-     creates compatibility problems.
-
 '--enable-hardcoded-path-in-tests'
      By default, dynamic tests are linked to run with the installed C
      library.  This option hardcodes the newly built C library path in
index 95021b4a50350782d82563e4bfec4d447000d4c9..79ee45fcdbf18149e928a39defe3fe7fec03bcc6 100644 (file)
@@ -146,12 +146,6 @@ 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 built 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 --enable-hardcoded-path-in-tests
 By default, dynamic tests are linked to run with the installed C library.
 This option hardcodes the newly built C library path in dynamic tests