summaryrefslogtreecommitdiffstats
path: root/rules/gdb.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-06-12 19:18:09 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-06-12 19:18:09 +0000
commitde9ad77cc0f601433ffc205ae9d39bc1a48527ca (patch)
tree78fcf80adbc966a50427834e9382561ff60144a1 /rules/gdb.in
parenteb147d677ad716c6df0eac7d8ca71bf6d33d4303 (diff)
downloadptxdist-de9ad77cc0f601433ffc205ae9d39bc1a48527ca.tar.gz
ptxdist-de9ad77cc0f601433ffc205ae9d39bc1a48527ca.tar.xz
restructuring menu structure
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2750 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gdb.in')
-rw-r--r--rules/gdb.in19
1 files changed, 4 insertions, 15 deletions
diff --git a/rules/gdb.in b/rules/gdb.in
index 33c76113b..b93f19d1d 100644
--- a/rules/gdb.in
+++ b/rules/gdb.in
@@ -1,26 +1,17 @@
-config XGDB
- bool "Build Cross GDB"
-
-config GDB_WRAPPERS
- bool "Build cross-GDB wrapper"
- depends on XGDB
- help
- Creates wrapper scripts in $PTXCONF_PREFIX/bin which preset
- all necessary preferences to use the cross debugger.
-
+#
config GDBSERVER
- bool "Build gdbserver for target"
+ bool "gdbserver"
config GDBSERVER_SHARED
- bool "Build shared"
+ bool "shared gdbserver"
default y
depends on GDBSERVER
select GLIBC_THREAD_DB if GLIBC && GLIBC_INSTALL
config GDB
- bool "Build GDB for target"
+ bool "gdb (the real one)"
config GDB_SHARED
bool "Build shared"
@@ -47,5 +38,3 @@ config GDB_THREAD_DEBUG
depends on GDB || GDBSERVER
default y
select GLIBC_DEBUG if GLIBC
-
-comment "---"