summaryrefslogtreecommitdiffstats
path: root/rules/gdb.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-04-16 19:49:16 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-04-16 19:49:16 +0000
commitc0ef51e4ed800adf58878dd22de00eed69010040 (patch)
tree8c7df5c06cbb85b9ed30ff45ba9e5a887e8e9fae /rules/gdb.in
parent514d454bb18034bfe2edbe8ed8830e364298a32f (diff)
downloadptxdist-c0ef51e4ed800adf58878dd22de00eed69010040.tar.gz
ptxdist-c0ef51e4ed800adf58878dd22de00eed69010040.tar.xz
* *.in:
converted GLIBC_ to LIBC_ git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8044 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gdb.in')
-rw-r--r--rules/gdb.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/rules/gdb.in b/rules/gdb.in
index fd1a8cbff..7663cef8b 100644
--- a/rules/gdb.in
+++ b/rules/gdb.in
@@ -5,16 +5,14 @@ source "rules/gdbserver.in"
menuconfig GDB
bool
prompt "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 LIBC_M
help
If not set, the build option
LDFLAGS=-static will be activated.