From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14145 invoked by alias); 25 Oct 2018 15:02:05 -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 14135 invoked by uid 89); 25 Oct 2018 15:02:05 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=H*r:sk:h4-v6so, cced, H*c:alternative X-HELO: mx.coeval.ca Received: from mx.coeval.ca (HELO mx.coeval.ca) (184.75.211.21) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 25 Oct 2018 15:01:56 +0000 Received: from mail-oi1-f173.google.com (mail-oi1-f173.google.com [209.85.167.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx.coeval.ca (Postfix) with ESMTPSA id A402B436057 for ; Thu, 25 Oct 2018 15:01:54 +0000 (UTC) Received: by mail-oi1-f173.google.com with SMTP id h4-v6so4838891oih.9 for ; Thu, 25 Oct 2018 08:01:54 -0700 (PDT) MIME-Version: 1.0 References: <1540415244-4879-1-git-send-email-joel@rtems.org> In-Reply-To: Reply-To: joel@rtems.org From: Joel Sherrill Date: Thu, 25 Oct 2018 15:02:00 -0000 Message-ID: Subject: Re: [PATCH] configure.ac: Cygwin now has ncurses not termcap. Use standard logic. To: palves@redhat.com, Corinna Vinschen Cc: GDB patches Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-10/txt/msg00577.txt.bz2 On Thu, Oct 25, 2018 at 9:34 AM Pedro Alves wrote: > WDTY by "now"? > > I mean Cygwin used to include libtermcap and this built. I updated my Cygwin this week and it is no longer there. I wasn't able to figure out when it went away. libncurses.a is included and that's suitable. I cc'ed Corinna. I assume she can speak to when libtermcap.a was removed. Corring > Could you add some rationale words to the proposed commit log, please? > Like what? This removes a hack that was dependent on the presence of one of the multiple alternative libraries. And the one it was hard-coded to pick isn't included with Cygwin anymore. Happy to change the text but it felt like I was removing a hack that had outlived its usefulness. :) --joel > > Thanks, > Pedro Alves >