From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24479 invoked by alias); 17 Apr 2013 01:04:40 -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 24469 invoked by uid 89); 17 Apr 2013 01:04:39 -0000 X-Spam-SWARE-Status: No, score=-4.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL autolearn=ham version=3.3.1 Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 17 Apr 2013 01:04:39 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1USGnd-0000WX-OZ from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Tue, 16 Apr 2013 18:04:37 -0700 Received: from SVR-ORW-FEM-03.mgc.mentorg.com ([147.34.97.39]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Tue, 16 Apr 2013 18:04:37 -0700 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.1.289.1; Tue, 16 Apr 2013 18:04:36 -0700 Message-ID: <516DF527.4040402@codesourcery.com> Date: Wed, 17 Apr 2013 11:02:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Subject: Re: [PATCH] print '--with{,out}-babeltrace' in 'gdb --configuration' References: <1365761475-23845-1-git-send-email-yao@codesourcery.com> <83a9p49bel.fsf@gnu.org> In-Reply-To: <83a9p49bel.fsf@gnu.org> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2013-04/txt/msg00514.txt.bz2 On 04/12/2013 08:33 PM, Eli Zaretskii wrote: >> From: Yao Qi >> Date: Fri, 12 Apr 2013 18:11:15 +0800 >> >> The recent committed CTF patch introduces a new configure option >> '--with-babeltrace'. This patch is to print the configure choice >> in 'gdb --configuration'. Is it OK? > > Looks OK to me. > Patch is committed. Thanks for the review. -- Yao (齐尧)