gdb: score: drop sim file check

Message ID 1451724120-22822-1-git-send-email-vapier@gentoo.org
State Committed
Delegated to: Mike Frysinger
Headers

Commit Message

Mike Frysinger Jan. 2, 2016, 8:42 a.m. UTC
  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  <vapier@gentoo.org>

	* configure.tgt (score-*-*): Delete gdb_sim assignment.
---
 gdb/configure.tgt | 3 ---
 1 file changed, 3 deletions(-)
  

Patch

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
 	;;