From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18196 invoked by alias); 5 Sep 2014 17:00:20 -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 18148 invoked by uid 89); 5 Sep 2014 17:00:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=AWL,BAYES_00,URIBL_BLACK autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 05 Sep 2014 17:00:14 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 0C2AB116585; Fri, 5 Sep 2014 13:00:12 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id B0mbWFl90cD7; Fri, 5 Sep 2014 13:00:11 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id C6EED1164E1; Fri, 5 Sep 2014 13:00:11 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id D4AB3411E6; Fri, 5 Sep 2014 10:00:10 -0700 (PDT) Date: Fri, 05 Sep 2014 17:00:00 -0000 From: Joel Brobecker To: Joel Sherrill Cc: Chung-Ju Wu , Pedro Alves , "binutils@sourceware.org" , "gdb-patches@sourceware.org" , Wei-Cheng Wang , Kuan-Lin Chen Subject: Re: [PATCH, nds32] Exclude building gdb for nds32*-*-* target. Message-ID: <20140905170010.GA28404@adacore.com> References: <5409BFDB.9020801@oarcorp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5409BFDB.9020801@oarcorp.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-09/txt/msg00150.txt.bz2 > > 2014-09-05 Chung-Ju Wu > > > > * configure.ac (nds32*-*-*): Disable gdb. > > * configure: Regenerated. > It looks like the part for not building gdb for or1k*-*-rtems* gets moved > by this patch. I know there was an issue with the initial submission of > that change. > > Your patch appears to correct that also. I thought the properly regenerated > configure had been committed. But I guess not. > > I am OK with the patch since or1k-rtems is in the same place but wanted > to note that the generated file had extra stuff in it for a good reason. We really should regenerate configure first, and then apply Chung-Ju's patch next. There will come a day when we will be reverting that patch, since hopefully GDB will be building for that target, one day. We don't want the revert to accidently also revert the bits that that resync configure with present-day configure.ac. -- Joel