From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 47056 invoked by alias); 22 Dec 2016 16:14:52 -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 46935 invoked by uid 89); 22 Dec 2016 16:14:51 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=or1k, 12726, 1272,6, sk: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; Thu, 22 Dec 2016 16:14:40 +0000 Received: by mail-pg0-f67.google.com with SMTP id w68so14580633pgw.3 for ; Thu, 22 Dec 2016 08:14:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=H9Knnsn2qbvYe0ewCJsxfFSU9FiFgAiC/f/1lN81A1U=; b=fUD1yKDVWe77OTXLKZJeqraWNMDBchQJK4ctqJLk0V8wbOiPz3zzdtyi1A7kdr+Np7 0E5lkIE1hETBvMlEepjVwvPi0N64f6yN+5q+ow0VGJDau3riDaiO+dw2kE3mAsxwNQfN JPViEfpjaruiMgb/xYn9zWpweXiZmtTXvq47L8chezwNxgZZWe/1G58z/7bU1f2tAG1d QfI/S/oZ7rLwe3i2ZjrCQvnEz86SyLr6HbRsLhg1F89vRlooGA531U3iWJrPL6P1RgH1 +trxIoQs/P9VEk7zoVdZlISh+6CkhFJBFftY03vpl3yRdt7yAU+Jf+XQv6qMw8lXi1pb /CuQ== X-Gm-Message-State: AIkVDXKgvNeOWW6VI4OR5V7Nu9liC3vytEZ2y+BIrf7rpvCi6EMYYnN01929z6Uslg6JDg== X-Received: by 10.99.114.91 with SMTP id c27mr18149273pgn.163.1482423278060; Thu, 22 Dec 2016 08:14:38 -0800 (PST) Received: from localhost (z94.124-44-50.ppp.wakwak.ne.jp. [124.44.50.94]) by smtp.gmail.com with ESMTPSA id a26sm5804466pgd.46.2016.12.22.08.14.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Dec 2016 08:14:37 -0800 (PST) From: Stafford Horne To: gdb-patches@sourceware.org Cc: openrisc@lists.librecores.org, Stefan Wallentowitz Subject: [PATCH v3 3/3] Add gdb for or1k build Date: Thu, 22 Dec 2016 16:14:00 -0000 Message-Id: <77bb840b75c98ab7e81e71d36e1549b19964ffb7.1482413820.git.shorne@gmail.com> In-Reply-To: References: In-Reply-To: References: X-IsSubscribed: yes X-SW-Source: 2016-12/txt/msg00380.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 f6d12b8..d3862d2 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 3ec86c1..a3a914d 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