From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3111 invoked by alias); 23 Nov 2016 22:11:33 -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 675 invoked by uid 89); 23 Nov 2016 22:11:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Stefan, H*Ad:U*stefan X-HELO: mail-pg0-f67.google.com Received: from mail-pg0-f67.google.com (HELO mail-pg0-f67.google.com) (74.125.83.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 23 Nov 2016 22:11:20 +0000 Received: by mail-pg0-f67.google.com with SMTP id p66so1926981pga.2 for ; Wed, 23 Nov 2016 14:11:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=MCLmm1dvKn0YEpCAfFw2jBL5IW7P8I6laauDooOlIRY=; b=NPcSepwbieVPjHCl+HqeI4s5BN7d3/iIvvUqiSRFItUQw2rLO9ZnpwXql77/hh43EL oBPquhMNAkWdyAGWEQEsFyQQPVyQ7p3Bop1/tRUqT58PvO8oOc4OAmsfc+4A/qy4nPhb gNp37LOf2aIsXniUUK6ZPogvvI7Ad27gFS40dHmA2Jpm9sjtSCK3hf3TV61xo9Yx17yI 5e9MkZQ1NbZvJXG46J7qr02Sczieyih7fngqfFBOvDwt9kvL84VtlghjD5dvpgHV8Zde WBGs2AUeXJfCB1epjTxe+xBaJvkec7Qs2aR8ss1gaSTZjrEHmy7FPfYZ2NnU9zCbUNrI uIZw== X-Gm-Message-State: AKaTC03XK0WkvgM82S5AuYNxdbhKsZl+GSA5JJgie7PpFumt3aN/py9cIAGMP3YfqvJVzw== X-Received: by 10.84.129.100 with SMTP id 91mr11171456plb.73.1479939078109; Wed, 23 Nov 2016 14:11:18 -0800 (PST) Received: from lianli.shorne-pla.net (z14.124-44-185.ppp.wakwak.ne.jp. [124.44.185.14]) by smtp.gmail.com with ESMTPSA id a24sm38919124pfh.57.2016.11.23.14.11.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 23 Nov 2016 14:11:17 -0800 (PST) Received: from lianli.shorne-pla.net (localhost [127.0.0.1]) by lianli.shorne-pla.net (8.15.2/8.15.2) with ESMTPS id uANMBFum001489 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 24 Nov 2016 07:11:15 +0900 Received: (from shorne@localhost) by lianli.shorne-pla.net (8.15.2/8.15.2/Submit) id uANMBEN5001483; Thu, 24 Nov 2016 07:11:14 +0900 From: Stafford Horne To: gdb-patches@sourceware.org Cc: openrisc@lists.librecores.org, Stefan Wallentowitz Subject: [PATCH 11/18] Add gdb for or1k build Date: Wed, 23 Nov 2016 22:16:00 -0000 Message-Id: <1479939044-1341-12-git-send-email-shorne@gmail.com> In-Reply-To: <1479939044-1341-1-git-send-email-shorne@gmail.com> References: <1479939044-1341-1-git-send-email-shorne@gmail.com> X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00721.txt.bz2 From: Stefan Wallentowitz * ChangeLog: * configure.ac: remove logic adding gdb to noconfigsdirs for or1k * configure: regenerate --- configure | 7 ------- configure.ac | 7 ------- 2 files changed, 14 deletions(-) diff --git a/configure b/configure index a5f4fc5..0a23491 100755 --- a/configure +++ b/configure @@ -3729,10 +3729,6 @@ 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*) @@ -3940,9 +3936,6 @@ case "${target}" in nvptx*-*-*) noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc" ;; - or1k*-*-*) - noconfigdirs="$noconfigdirs gdb" - ;; sh-*-* | sh64-*-*) case "${target}" in sh*-*-elf) diff --git a/configure.ac b/configure.ac index a27985c..ddaab5a 100644 --- a/configure.ac +++ b/configure.ac @@ -1065,10 +1065,6 @@ 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*) @@ -1276,9 +1272,6 @@ case "${target}" in nvptx*-*-*) noconfigdirs="$noconfigdirs target-libssp target-libstdc++-v3 target-libobjc" ;; - or1k*-*-*) - noconfigdirs="$noconfigdirs gdb" - ;; sh-*-* | sh64-*-*) case "${target}" in sh*-*-elf) -- 2.7.4