summaryrefslogtreecommitdiff
path: root/gdb/configure.tgt
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-01-02 03:11:44 -0500
committerMike Frysinger <vapier@gentoo.org>2016-01-05 14:46:57 -0500
commit6675033211e145ecd094b6803ed4a3427b3fd21e (patch)
tree4a2cab626a652a3e1b84958f4f747c9afe16975b /gdb/configure.tgt
parent402cf0534665db83e19c00f130184e94552a75fb (diff)
gdb: score: drop sim file check
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
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r--gdb/configure.tgt3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index a746659761..54245c3d55 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
;;