summaryrefslogtreecommitdiffstats
path: root/rules/gdb.in
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-13 15:20:30 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-13 15:20:30 +0000
commit987eca20f28e4872c1ed8359c19f22631945b030 (patch)
tree6570bc2170e673f638935094f72bbe7e8c06996f /rules/gdb.in
parent92d16f9fb7ab87b6d275badab2cdb29638428151 (diff)
downloadptxdist-987eca20f28e4872c1ed8359c19f22631945b030.tar.gz
ptxdist-987eca20f28e4872c1ed8359c19f22631945b030.tar.xz
fixed dependency
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3941 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gdb.in')
-rw-r--r--rules/gdb.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/rules/gdb.in b/rules/gdb.in
index b93f19d1d..734cebb9e 100644
--- a/rules/gdb.in
+++ b/rules/gdb.in
@@ -2,12 +2,16 @@
config GDBSERVER
bool "gdbserver"
+ help
+ FIXME: This item needs to be documented
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
config GDB
@@ -18,6 +22,8 @@ config GDB_SHARED
default y
depends on GDB
select GLIBC_LIBM if GLIBC && GLIBC_INSTALL
+ help
+ FIXME: This item needs to be documented
choice
prompt "Select term library"
@@ -27,10 +33,14 @@ choice
config GDB_TERMCAP
bool "termcap"
select TERMCAP
+ help
+ FIXME: This item needs to be documented
config GDB_NCURSES
bool "ncurses"
select NCURSES
+ help
+ FIXME: This item needs to be documented
endchoice
config GDB_THREAD_DEBUG
@@ -38,3 +48,5 @@ config GDB_THREAD_DEBUG
depends on GDB || GDBSERVER
default y
select GLIBC_DEBUG if GLIBC
+ help
+ FIXME: This item needs to be documented