From patchwork Sat Jan 2 08:42:00 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Frysinger X-Patchwork-Id: 10192 X-Patchwork-Delegate: vapier@gentoo.org Received: (qmail 105538 invoked by alias); 2 Jan 2016 08:42:08 -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 105526 invoked by uid 89); 2 Jan 2016 08:42:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=H*Ad:D*com.cn, proprietary, Core, H*Ad:D*cn X-HELO: smtp.gentoo.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sat, 02 Jan 2016 08:42:06 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id A264133FA71; Sat, 2 Jan 2016 08:42:04 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Cc: qinwei@sunnorth.com.cn Subject: [PATCH] gdb: score: drop sim file check Date: Sat, 2 Jan 2016 03:42:00 -0500 Message-Id: <1451724120-22822-1-git-send-email-vapier@gentoo.org> X-IsSubscribed: yes There has never been a GNU/sim port for the S+Core architecture. It was added to support private code that has (and most likely never will) see the light of day [1]. Punt this as we don't do this for other people. If you want to maintain a proprietary internal build, then that's not really our problem. [1] https://sourceware.org/ml/gdb-patches/2009-03/msg00390.html 2016-01-02 Mike Frysinger * configure.tgt (score-*-*): Delete gdb_sim assignment. --- gdb/configure.tgt | 3 --- 1 file changed, 3 deletions(-) diff --git a/gdb/configure.tgt b/gdb/configure.tgt index a746659..54245c3 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -477,9 +477,6 @@ rx-*-elf) score-*-*) # Target: S+core embedded system gdb_target_obs="score-tdep.o" - if test -f ../sim/score/Makefile; then - gdb_sim=../sim/score/libsim.a - fi build_gdbserver=yes ;;