From patchwork Wed Nov 26 21:54:11 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan-Benedict Glaw X-Patchwork-Id: 415333 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3145B1401AB for ; Thu, 27 Nov 2014 08:54:31 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type :in-reply-to; q=dns; s=default; b=d9V7PveCKQk9J6Xm6zDfJlKXqWvFJ/ JacRDRfTurY+6z3M+sOYsq0ixwZiuQUNlaAnT8AOV82vBE66qirGLpXGae5C/A5q BpHhPpi+645tlk9YadZoK50Bi8CROwEKD6OnfStbKOFF1HXZt116OxzKO8+A4G4R 8HJlc8G4kkmvI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type :in-reply-to; s=default; bh=O7pwT1Xq99utGojvkeBZ881STOk=; b=TdLJ qA5dgQ+06kh+lB7JQHx9uBXini3oFZncKR9bR+Coz/1J+Feqp0EpfdlbyRxpruYP q/glvrSP94oi2+VueYAtKNRz3NEn6C09IpcaxSQ5MLBSusNdgbeJucc7BNIobKM6 WF2GsFxxQw7Qj0dRacEBUK8ZDYkgkQc4jmvgcGg= Received: (qmail 15882 invoked by alias); 26 Nov 2014 21:54:17 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 15813 invoked by uid 89); 26 Nov 2014 21:54:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.0 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: lug-owl.de Received: from lug-owl.de (HELO lug-owl.de) (195.71.106.12) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 26 Nov 2014 21:54:15 +0000 Received: by lug-owl.de (Postfix, from userid 1001) id 99DA8F024E; Wed, 26 Nov 2014 22:54:11 +0100 (CET) Date: Wed, 26 Nov 2014 22:54:11 +0100 From: Jan-Benedict Glaw To: gcc-patches@gcc.gnu.org Subject: [PATCH 4/4] Regenerate ./configure Message-ID: <60248c2c9d9b354736d2f77f12c91980d6a07ced.1417038530.git.jbglaw@lug-owl.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20141126214632.GJ8445@lug-owl.de> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes 2014-11-26 Jan-Benedict Glaw * configure: Regenerate. --- ChangeLog | 4 ++++ configure | 14 ++++++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f5ce738..4c8adff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-11-26 Jan-benedict Glaw + + * configure: Regenerate. + 2014-11-26 Jan-Benedict Glaw * configure.ac: Merge with Binutils. diff --git a/configure b/configure index 96225b5..9e6684c 100755 --- a/configure +++ b/configure @@ -3656,6 +3656,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*) @@ -3831,7 +3835,7 @@ case "${target}" in microblaze*) noconfigdirs="$noconfigdirs gprof" ;; - mips*-sde-elf* | mips*-mti-elf*) + mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*) if test x$with_newlib = xyes; then noconfigdirs="$noconfigdirs gprof" fi @@ -3854,10 +3858,16 @@ case "${target}" in mips*-*-*) noconfigdirs="$noconfigdirs gprof" ;; + nds32*-*-*) + noconfigdirs="$noconfigdirs gdb" + ;; nvptx*-*-*) # nvptx is just a compiler noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc" ;; + or1k*-*-*) + noconfigdirs="$noconfigdirs gdb" + ;; sh-*-* | sh64-*-*) case "${target}" in sh*-*-elf) @@ -6801,7 +6811,7 @@ case "${target}" in spu-*-*) target_makefile_frag="config/mt-spu" ;; - mips*-sde-elf* | mips*-mti-elf*) + mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*) target_makefile_frag="config/mt-sde" ;; mipsisa*-*-elfoabi*)