From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85751 invoked by alias); 10 Feb 2017 05:17:08 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 85732 invoked by uid 89); 10 Feb 2017 05:17:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=Hx-languages-length:728, Bryans, bryans X-HELO: nm10.access.bullet.mail.bf1.yahoo.com Received: from nm10.access.bullet.mail.bf1.yahoo.com (HELO nm10.access.bullet.mail.bf1.yahoo.com) (216.109.114.33) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 10 Feb 2017 05:17:05 +0000 Received: from [66.196.81.163] by nm10.access.bullet.mail.bf1.yahoo.com with NNFMP; 10 Feb 2017 05:17:03 -0000 Received: from [98.138.104.100] by tm9.access.bullet.mail.bf1.yahoo.com with NNFMP; 10 Feb 2017 05:17:03 -0000 Received: from [127.0.0.1] by smtp120.sbc.mail.ne1.yahoo.com with NNFMP; 10 Feb 2017 05:17:03 -0000 X-Yahoo-SMTP: 0h0Q7euswBD_g.kcEqbzJWRFfrba801gq1M1 Subject: Re: [crosstool-ng/crosstool-ng] 26ce99: Require C++ support for gdbserver 7.12 or newer. To: Thomas Petazzoni References: <5894e09568a7e_df43fda382b3c28103684@hookshot-fe6-cp1-prd.iad.github.net.mail> <20170209174052.6e1999a0@free-electrons.com> Cc: crossgcc@sourceware.org From: Alexey Neyman Message-ID: <18c28489-5653-c398-28c2-a906e926ba78@att.net> Date: Fri, 10 Feb 2017 05:17:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170209174052.6e1999a0@free-electrons.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-02/txt/msg00014.txt.bz2 Hi, On 02/09/2017 08:40 AM, Thomas Petazzoni wrote: > Hello, > > On Fri, 03 Feb 2017 11:57:09 -0800, Alexey Neyman wrote: > >> Require C++ support for gdbserver 7.12 or newer. > You can actually build gdb without C++ support in 7.12. Just pass > --disable-build-with-cxx. Thanks, this would be a better solution indeed. > Side question: do you plan on doing a Crosstool-NG release in the near > future? This has been asked on the list since October. I have a few items I'd like to address in the next release, but I think I should be ready to tag it in about 3 weeks. I'll need Bryan's help with publishing it, though. Regards, Alexey.