From patchwork Fri Sep 5 19:27:55 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 2658 Received: (qmail 29276 invoked by alias); 5 Sep 2014 19:27:59 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 29258 invoked by uid 89); 5 Sep 2014 19:27:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL, BAYES_00 autolearn=ham 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 19:27:58 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 51B611165B3; Fri, 5 Sep 2014 15:27:56 -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 ch0+S8nhwCTJ; Fri, 5 Sep 2014 15:27:56 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 1F68B116550; Fri, 5 Sep 2014 15:27:56 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 3DF54411E6; Fri, 5 Sep 2014 12:27:55 -0700 (PDT) Date: Fri, 5 Sep 2014 12:27:55 -0700 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: top-level configure regenerated (was: "Re: [PATCH, nds32] Exclude building gdb for nds32*-*-* target.") Message-ID: <20140905192755.GA8976@adacore.com> References: <5409BFDB.9020801@oarcorp.com> <20140905170010.GA28404@adacore.com> <540A0A9E.5080709@oarcorp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <540A0A9E.5080709@oarcorp.com> User-Agent: Mutt/1.5.21 (2010-09-15) > Please regenerate it and commit it. I posted asking for that a few > weeks ago. It is a top level configure and someone who touches it more > routinely should do it. That's really quick and easy to do, so I've done it (patch attached). But I also think that it's the same as any other configure script regeneration, so anyone hacking configure scripts should feel free to do it as well. Usually, reviewing the differences introduced during the regeneration is sufficient to be confident about the update. ChangeLog: * configure: Regenerate. From f8797b5ad9aa357d80578ce020e95f1c43de7c9a Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 5 Sep 2014 12:19:56 -0700 Subject: [PATCH] Regenerate top-level configure. Our top-level configure somehow got out of sync the current configure.ac, so this patch regenerates it. ChangeLog: * configure: Regenerate. --- ChangeLog | 4 ++++ configure | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index e9be42b..e668542 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-09-05 Joel Brobecker + + * configure: Regenerate. + 2014-08-27 Will Newton * src-release.sh: New file. diff --git a/configure b/configure index 26c9886..9fc1c88 100755 --- a/configure +++ b/configure @@ -3369,10 +3369,6 @@ case "${target}" in ;; *-*-rtems*) noconfigdirs="$noconfigdirs ${libgcj}" - # this is not caught below because this stanza matches earlier - case $target in - or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;; - esac ;; *-*-tpf*) noconfigdirs="$noconfigdirs ${libgcj}" @@ -3607,6 +3603,10 @@ case "${target}" in ;; *-*-rtems*) noconfigdirs="$noconfigdirs target-libgloss" + # this is not caught below because this stanza matches earlier + case $target in + or1k*-*-*) noconfigdirs="$noconfigdirs gdb" ;; + esac ;; # The tpf target doesn't support gdb yet. *-*-tpf*) -- 1.9.1