summaryrefslogtreecommitdiffstats
path: root/rules/gdb.in
diff options
context:
space:
mode:
authorJochen Frieling <j.frieling@pengutronix.de>2007-10-16 20:41:39 +0000
committerJochen Frieling <j.frieling@pengutronix.de>2007-10-16 20:41:39 +0000
commit75c1e80dda9c9fafc3c1da1cf33ce24f1ec05f75 (patch)
tree9851f129914ee1cfc8fa6f43877269f32aa4e9ba /rules/gdb.in
parent87c27ec1bf62bf1825198100fe91293512783143 (diff)
downloadptxdist-75c1e80dda9c9fafc3c1da1cf33ce24f1ec05f75.tar.gz
ptxdist-75c1e80dda9c9fafc3c1da1cf33ce24f1ec05f75.tar.xz
help texts rounded off, some fixes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7410 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gdb.in')
-rw-r--r--rules/gdb.in19
1 files changed, 16 insertions, 3 deletions
diff --git a/rules/gdb.in b/rules/gdb.in
index 47834d7aa..8ad340182 100644
--- a/rules/gdb.in
+++ b/rules/gdb.in
@@ -15,7 +15,9 @@ config GDB_SHARED
default y
depends on GDB
help
- FIXME: This item needs to be documented
+ If not set, the build option
+ LDFLAGS=-static will be activated.
+
choice
prompt "Select term library"
@@ -25,10 +27,21 @@ choice
config GDB_TERMCAP
bool "termcap"
help
- FIXME: This item needs to be documented
+ Use termcap as terminal library.
+
+ Termcap is a library of C functions that
+ enable programs to send control strings
+ to terminals in a way independent of the
+ terminal type.
config GDB_NCURSES
bool "ncurses"
help
- FIXME: This item needs to be documented
+ Use ncurses as terminal library.
+
+ The ncurses (new curses) library is a free
+ software emulation of curses. It uses terminfo
+ format, supports pads and color and multiple
+ highlights and forms charcters and function-key
+ mapping.
endchoice