From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15416 invoked by alias); 17 Apr 2009 11:53:52 -0000 Received: (qmail 15408 invoked by uid 22791); 17 Apr 2009 11:53:51 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mailhub.air.net.au (HELO mailhub.air.net.au) (203.11.71.23) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Apr 2009 11:53:13 +0000 Received: by mailhub.air.net.au (Postfix, from userid 500) id 3C15A47B8A; Fri, 17 Apr 2009 21:53:10 +1000 (EST) Date: Fri, 17 Apr 2009 11:53:00 -0000 From: Ben Elliston To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: target/build mismatch for DJGPP Message-ID: <20090417115310.GA32126@air.net.au> References: <83hc0tohmd.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83hc0tohmd.fsf@gnu.org> User-Agent: Mutt/1.5.13 (2006-08-11) 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/msg00426.txt.bz2 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, Ben