summaryrefslogtreecommitdiffstats
path: root/rules/gdb.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-03-17 17:10:41 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-03-17 17:10:41 +0000
commit52f6ee2cf00a7496f7c7562d37987b9542dc5cc7 (patch)
tree100eb33a63b23bb78aaacfb806aa64ea19d9826c /rules/gdb.in
parent9c43232224dfaf669bd931bd1379bec206099057 (diff)
downloadptxdist-52f6ee2cf00a7496f7c7562d37987b9542dc5cc7.tar.gz
ptxdist-52f6ee2cf00a7496f7c7562d37987b9542dc5cc7.tar.xz
* gdb: fix menu alignment
* strace: fix menu alignment * gdbserver: fix menu alignment git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7849 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gdb.in')
-rw-r--r--rules/gdb.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/gdb.in b/rules/gdb.in
index 8ad340182..14d4c2690 100644
--- a/rules/gdb.in
+++ b/rules/gdb.in
@@ -3,7 +3,7 @@
source "rules/gdbserver.in"
menuconfig GDB
- bool "gdb (the real one)"
+ prompt "gdb (the real one) "
select GLIBC_LIBM if (GLIBC && GLIBC_INSTALL && GDB_SHARED)
select TERMCAP if GDB_TERMCAP
select NCURSES if GDB_NCURSES