From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 96822 invoked by alias); 27 Nov 2016 06:17:59 -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 96560 invoked by uid 89); 27 Nov 2016 06:17:40 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=*-*-rtems*, **rtems*, $target, Hx-spam-relays-external:209.85.192.195 X-HELO: mail-pf0-f195.google.com Received: from mail-pf0-f195.google.com (HELO mail-pf0-f195.google.com) (209.85.192.195) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 27 Nov 2016 06:17:16 +0000 Received: by mail-pf0-f195.google.com with SMTP id i88so4739657pfk.2 for ; Sat, 26 Nov 2016 22:17:16 -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:in-reply-to:references; bh=7EsjidSRIVKKLvN1a7BsrlpsxHJXPSbH2gMdldpxQIo=; b=SCQNHuGvp4BWV8zrv1JjcIfBDM1pluVVY4QhSjgGlo+PgaDSKTGVh/Y7OMVMh/wVl+ u8Gc79rTbXKXchrRXM2QtktjjHIWipJQW1LnIOokbmMGXY5Vr7kgd0uppGNJES6RpcRH eeR9dAEZQJV+wGdmfpfGuyS9flUL4RfleYjwi8/+OBcM5xO5Nb0Erqp3t/3gNWr7MsSk gXgDG8cSzjuPydO3eRR0H/OgwUo2gn/j6dT6vS6TZ7IthJQ2IDJN9VZEcOHTx85Brose ni13lAZQu/FDnrOLVFwdUgxYlwK+K6uWNBYJ+puP5jYchmEWHlyVYRhYpbiJDmn5Dljt TT4Q== X-Gm-Message-State: AKaTC00vdHda+mzB79p5JssxEuOnso1N4nr1q/3xNzs8xfHPi3epvHm/Vek0zAy402DI4g== X-Received: by 10.84.133.129 with SMTP id f1mr34961331plf.64.1480227435364; Sat, 26 Nov 2016 22:17:15 -0800 (PST) Received: from lianli.shorne-pla.net (z107.124-45-178.ppp.wakwak.ne.jp. [124.45.178.107]) by smtp.gmail.com with ESMTPSA id o126sm60342400pga.34.2016.11.26.22.17.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 26 Nov 2016 22:17:14 -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 uAR6HAYc011152 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 27 Nov 2016 15:17:10 +0900 Received: (from shorne@localhost) by lianli.shorne-pla.net (8.15.2/8.15.2/Submit) id uAR6H9I7011151; Sun, 27 Nov 2016 15:17:09 +0900 From: Stafford Horne To: gdb-patches@sourceware.org Cc: openrisc@lists.librecores.org, Stefan Wallentowitz Subject: [PATCH v2 4/4] Add gdb for or1k build Date: Sun, 27 Nov 2016 06:17:00 -0000 Message-Id: <39744680f87251a083460fc29de7dafdf5fe6a77.1480216015.git.shorne@gmail.com> In-Reply-To: References: In-Reply-To: References: X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00905.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