From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26898 invoked by alias); 22 Aug 2013 19:55:58 -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 26889 invoked by uid 89); 22 Aug 2013 19:55:58 -0000 X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL autolearn=no version=3.3.2 Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 22 Aug 2013 19:55:57 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MRY008006T1LT00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Thu, 22 Aug 2013 22:55:53 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MRY008A17D5M520@a-mtaout21.012.net.il>; Thu, 22 Aug 2013 22:55:53 +0300 (IDT) Date: Thu, 22 Aug 2013 19:55:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH v2] Added file properties to windows gdb executable for all mingw32 builds. In-reply-to: <52166564.90605@redhat.com> To: Pedro Alves Cc: bernd.bunk@intel.com, tromey@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83wqndijp0.fsf@gnu.org> References: <1377161766-8318-1-git-send-email-bernd.bunk@intel.com> <8361uxkbi9.fsf@gnu.org> <52166564.90605@redhat.com> X-SW-Source: 2013-08/txt/msg00652.txt.bz2 > Date: Thu, 22 Aug 2013 20:24:20 +0100 > From: Pedro Alves > CC: Bernd Bunk , tromey@redhat.com, gdb-patches@sourceware.org > > On 08/22/2013 04:09 PM, Eli Zaretskii wrote: > > > The GNU project doesn't like calling Windows a "win", so I suggest to > > rename the files and the script to use something like mingw instead. > > I'd think this works just as well on Cygwin binaries? Not as submitted: > +# If we build for mingw32/Windows, then also build file properties > +# for GDB executable. > +case $host_os in > + *mingw32*) > + CONFIG_OBS="$CONFIG_OBS win_exe_properties.o" > + ;; > +esac