summaryrefslogtreecommitdiffstats
path: root/rules/gdb.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-01-31 12:51:34 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-01-31 12:51:34 +0000
commit04838c8a528c8cd0c82d662c3ce9d0229d118fe8 (patch)
tree266b2ba98286a5c5f0c41fc75d014c63a37a142e /rules/gdb.in
parent153ef1887b55a248d9fcc3bd5509054e260c9228 (diff)
downloadptxdist-04838c8a528c8cd0c82d662c3ce9d0229d118fe8.tar.gz
ptxdist-04838c8a528c8cd0c82d662c3ce9d0229d118fe8.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4470 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gdb.in')
-rw-r--r--rules/gdb.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/rules/gdb.in b/rules/gdb.in
index 1b25ac5d1..8cedbb070 100644
--- a/rules/gdb.in
+++ b/rules/gdb.in
@@ -1,16 +1,19 @@
#
-
source "rules/gdbserver.in"
config GDB
bool "gdb (the real one)"
+ select GLIBC_LIBM if (GLIBC && GLIBC_INSTALL && GDB_SHARED)
+ select TERMCAP if GDB_TERMCAP
+ select NCURSES if GDB_NCURSES
+ # FIXME: this does not work, the script creates dependencies for
+ # both libraries! (rsc)
config GDB_SHARED
bool "Build shared"
default y
depends on GDB
- select GLIBC_LIBM if GLIBC && GLIBC_INSTALL
help
FIXME: This item needs to be documented
@@ -21,13 +24,11 @@ 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