summaryrefslogtreecommitdiff
path: root/sim-scripts/gdb-sim.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-03-17 18:00:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-03-17 18:00:32 +0000
commit3e19955bd6a7c2880ddbc6f25cfc9a0851d7b0c0 (patch)
treebf7566bd54532c6d608e8bdf34a5289fc03b58b1 /sim-scripts/gdb-sim.in
parentadf85bbd3d24abbe3c763d271172267aeda93342 (diff)
2009-03-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* gdb-sim-run.in, gdb-sim.in: Fix bug where it would not find anything but a 4.10 gdb.
Diffstat (limited to '')
-rwxr-xr-xsim-scripts/gdb-sim.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/sim-scripts/gdb-sim.in b/sim-scripts/gdb-sim.in
index 47a2afc..29908e1 100755
--- a/sim-scripts/gdb-sim.in
+++ b/sim-scripts/gdb-sim.in
@@ -27,12 +27,6 @@ do
GDB=@CPU_TARGET@-rtems${v}-gdb
break
fi
- if [ X${GDB} = X ] ; then
- echo "Unable to find a GDB for @CPU_TARGET@ along your PATH"
- exit 1
- fi
-
- test ${verbose} = "yes" && echo Using ${GDB}
done
if [ X${GDB} = X ] ; then