From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8081 invoked by alias); 17 Apr 2009 15:26:20 -0000 Received: (qmail 8065 invoked by uid 22791); 17 Apr 2009 15:26:19 -0000 X-SWARE-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_JMF_BR,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Apr 2009 15:26:13 +0000 Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KI900B00444Z400@i_mtaout2.012.net.il> for gdb-patches@sources.redhat.com; Fri, 17 Apr 2009 18:26:10 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.126.183.184]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KI900DEK47LYSY0@i_mtaout2.012.net.il>; Fri, 17 Apr 2009 18:26:10 +0300 (IDT) Date: Fri, 17 Apr 2009 15:26:00 -0000 From: Eli Zaretskii Subject: Re: target/build mismatch for DJGPP In-reply-to: <20090417115310.GA32126@air.net.au> To: Ben Elliston Cc: gdb-patches@sources.redhat.com Reply-to: Eli Zaretskii Message-id: <83fxg7jo8d.fsf@gnu.org> References: <83hc0tohmd.fsf@gnu.org> <20090417115310.GA32126@air.net.au> 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: 2009-04/txt/msg00436.txt.bz2 > Date: Fri, 17 Apr 2009 21:53:10 +1000 > From: Ben Elliston > Cc: gdb-patches@sources.redhat.com > > Hi Eli > > On Sun, Apr 12, 2009 at 09:24:10PM +0300, Eli Zaretskii wrote: > > > To resolve this, I propose the change below. I think assuming i586 > > as the lowest common denominator is okay these days, even for DJGPP. > > I agree that it is a pretty conservative change. I'll commit your > patch to the master copy. Thanks, Thank you.