From patchwork Sat Jun 4 19:58:47 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Pluzhnikov X-Patchwork-Id: 630274 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rMWy83f7Bz9t60 for ; Sun, 5 Jun 2016 05:59:28 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b=ZLDvgF8o; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=BQhixeMWrqQlzsroB3IDAuY0quTWz SBCt/GcvHmw/kFYoA2S0WrPBWLoGDEHO9EYIIihwvDgz26HAK0L4bJcJSr5mVPoc lGTrBcTsgWfQQygpuPs27CcAd5oxBlKAXhhaI1gzM13EG1bRUoRP1o2ii7n5dfcc Jf6FMvuUZPG1uo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=82ZlXKlYujWpcDj31pOxl5wWDIY=; b=ZLD vgF8oVdfyYVTKX1h9KnE36Z4Z00oZ23nQpaLpEMByANEjxbUIwYBEZHKQ5MxKPye PUHYqiEFbW0Tg80hiPu6IX3OubeNCSrNmjQbyGrnGuh/OYVY2V8X/w6nzf40ZtSO lrE1jOGqgD3DvfIzldQm2yVnA0xmPxEMDT82hj8A= Received: (qmail 91390 invoked by alias); 4 Jun 2016 19:59:21 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 91376 invoked by uid 89); 4 Jun 2016 19:59:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=thread-local, threadlocal X-HELO: mail-vk0-f43.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=shPc6jsGbaGY/Vm45umsXVSQwuNDKEr26EwL+o9FIkg=; b=IFuWgOASt2p59fNOUCJc9GoxvetVHa0JzZgOfFQKkKRY/ie2ypDlGSszq0aJuL5QOK NkFU87TcRsH5lsZGJp8Fh8Wx284W1xXXnzAXQVXDE26l1Ul2q31d3W0b7JSgN6thURuD Nww911ORRICgoP1wcFx4fAIhQEVDP+5Adxs10BArHYyzTCXxsDOzl535xY9XL03TR0pE G0nAaJlQ140pLPYqzs6xQ1rdbDF79Rz05MZDjeMBLZaCiwckWaiFdp4LYiCrfPt2olDe xDWNhMVBaELyuLVBy9tlBA8H9CWyiIC73i+lMXwzQnc5sFelJCR6B2iD+UL1YnmbFK5w zvwA== X-Gm-Message-State: ALyK8tJynieTkYUrFkaJWp2G0YvL4x/5Zvx9ll1Igt8IQrOgJncRLov902ot0AapZ+PB6pL3D7UyG6fPLTed3A9k X-Received: by 10.31.230.197 with SMTP id d188mr4480442vkh.143.1465070357102; Sat, 04 Jun 2016 12:59:17 -0700 (PDT) MIME-Version: 1.0 From: Paul Pluzhnikov Date: Sat, 4 Jun 2016 12:58:47 -0700 Message-ID: Subject: [patch] Delete references to --without-tls To: GLIBC Devel Greetings, This is on the rather obvious side. The --with{out}-tls was removed in 83cd14204 in 2011, but the manual and INSTALL haven't been updated to match. 2016-06-04 Paul Pluzhnikov * INSTALL: Remove mention of --without-tls * manual/install.texi: Likewise diff --git a/INSTALL b/INSTALL index 31e256d..ec3445f 100644 --- 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 diff --git a/manual/install.texi b/manual/install.texi index 95021b4..79ee45f 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -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