summaryrefslogtreecommitdiffstats
path: root/rules/gdb.in
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 13:51:48 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 13:51:48 +0000
commit09e2d5f2fde5101c5d515fb76d2b54131b0a71d6 (patch)
tree9430f732312f8000431c7036a3007236d934d04a /rules/gdb.in
parent586687779924c6229f367aef6554156ed9707d57 (diff)
downloadptxdist-09e2d5f2fde5101c5d515fb76d2b54131b0a71d6.tar.gz
ptxdist-09e2d5f2fde5101c5d515fb76d2b54131b0a71d6.tar.xz
documentation update and dependency fixes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4273 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gdb.in')
-rw-r--r--rules/gdb.in15
1 files changed, 1 insertions, 14 deletions
diff --git a/rules/gdb.in b/rules/gdb.in
index afaddcfe0..1b25ac5d1 100644
--- a/rules/gdb.in
+++ b/rules/gdb.in
@@ -1,20 +1,7 @@
#
-config GDBSERVER
- bool "gdbserver"
- help
- GDBSERVER is a program that allows you to run GDB on a
- different machine than the one which is running the
- program being debugged.
-
-config GDBSERVER_SHARED
- bool "shared gdbserver"
- default y
- depends on GDBSERVER
- select GLIBC_THREAD_DB if GLIBC && GLIBC_INSTALL
- help
- FIXME: This item needs to be documented
+source "rules/gdbserver.in"
config GDB
bool "gdb (the real one)"