From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62016 invoked by alias); 17 Sep 2019 16:11:44 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 62008 invoked by uid 89); 17 Sep 2019 16:11:44 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy= X-HELO: gateway31.websitewelcome.com Received: from gateway31.websitewelcome.com (HELO gateway31.websitewelcome.com) (192.185.143.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 17 Sep 2019 16:11:42 +0000 Received: from cm13.websitewelcome.com (cm13.websitewelcome.com [100.42.49.6]) by gateway31.websitewelcome.com (Postfix) with ESMTP id 62A601FB820 for ; Tue, 17 Sep 2019 11:11:40 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id AG4qibl2z3Qi0AG4qiDE5Q; Tue, 17 Sep 2019 11:11:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=PYf17y/gqDO8nMtFKf6+LU3mmF0kXfxbr9ulBUpQU5k=; b=u81N4XVGmJwwYbK8tsht6ZkO/I uf5j1V6IX+09HEBlulM+eocM/B9LFWWibe9F4vJjItRHzWZux4QsIbVs+k3an8H0NHDyzy6J6kFrf SUc5HGE1HLdp0ZUPTG1vqfabx; Received: from 71-218-73-27.hlrn.qwest.net ([71.218.73.27]:57782 helo=murgatroyd) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1iAG4q-002BW1-4D; Tue, 17 Sep 2019 11:11:40 -0500 From: Tom Tromey To: Tom Tromey Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: Move gdbsupport to the top level References: <87lfx4z3lx.fsf@tromey.com> <2c6c79e9-8a36-6b35-67f4-5cf92f03f8db@redhat.com> <87r25fmvs2.fsf@tromey.com> Date: Tue, 17 Sep 2019 16:11:00 -0000 In-Reply-To: <87r25fmvs2.fsf@tromey.com> (Tom Tromey's message of "Tue, 20 Aug 2019 14:22:53 -0600") Message-ID: <8736guzyv8.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-09/txt/msg00317.txt.bz2 Tom> That message neglected option 4, which is removing readline from the Tom> tree. (But making it continue to work if the sources are dropped in, as Tom> we already do for libiconv etc.) We discussed this at Cauldron and agreed to try this approach. That is, the plan is to remove the readline sources from the tree, and remove --with-system-readline, but follow the approach of some other libraries where one can unpack readline into the source tree and top-level configure will arrange to build it. Tom