From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13784 invoked by alias); 2 Sep 2012 15:37:04 -0000 Received: (qmail 13776 invoked by uid 22791); 2 Sep 2012 15:37:04 -0000 X-SWARE-Spam-Status: No, hits=-6.4 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 02 Sep 2012 15:36:46 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q82FadRn004756 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 2 Sep 2012 11:36:39 -0400 Received: from host2.jankratochvil.net (ovpn-116-25.ams2.redhat.com [10.36.116.25]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q82FaYEt023418 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sun, 2 Sep 2012 11:36:37 -0400 Date: Sun, 02 Sep 2012 15:37:00 -0000 From: Jan Kratochvil To: Khoo Yit Phang Cc: Andreas Schwab , Hui Zhu , gdb-patches@sourceware.org, David Malcolm Subject: Re: [patch] Re: Disable -lmcheck when Python has threads (Re: [BUG] gdb crash when "python import gtk") Message-ID: <20120902153634.GA4703@host2.jankratochvil.net> References: <5C297339-3CCE-4350-9C7B-2C99B9FA01CA@cs.umd.edu> <20120830190523.GA781@host2.jankratochvil.net> <184D5CC3-BC35-4CA1-BE77-FC4D30D50E84@cs.umd.edu> <5567AD5F-AB82-4002-8A36-BFFF776093BD@cs.umd.edu> <20120831081353.GA23421@host2.jankratochvil.net> <292C2B59-D40B-451F-B69B-0730BFB06619@cs.umd.edu> <630BF15A-54CB-421E-94D2-0CB1C188E7F1@cs.umd.edu> <20120831175629.GA13169@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes 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 X-SW-Source: 2012-09/txt/msg00006.txt.bz2 On Fri, 31 Aug 2012 20:40:49 +0200, Khoo Yit Phang wrote: > On Aug 31, 2012, at 1:56 PM, Jan Kratochvil wrote: > > But '-a' and '-o' are already used in configure.ac. '(' and ')' are not but > > that should be the same category, also POSIX documents '(' and ')'. > > I've posted patches for both styles, I'll check in whichever is preferable. While Andreas is formally right I do not think it matters with current gdb/configure.ac, please check in the more readable -a/-o/(/) variant. If one finds an incompatible build platform one needs to fix all the other cases already anyway. Thanks, Jan