summaryrefslogtreecommitdiffstats
path: root/rules/gdb.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-05-22 07:24:19 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-05-22 07:24:19 +0000
commit0eba4dc8ba7149a4b0a6a9af4fd6020ce865f2db (patch)
tree54655700f8add1240c02ed56ccb06ac7753cdf0c /rules/gdb.in
parent812582dc67e976af88cd86e60449a1abe77c20ad (diff)
downloadptxdist-0eba4dc8ba7149a4b0a6a9af4fd6020ce865f2db.tar.gz
ptxdist-0eba4dc8ba7149a4b0a6a9af4fd6020ce865f2db.tar.xz
install glibc libraries only if GLIBC_INSTALL
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2644 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gdb.in')
-rw-r--r--rules/gdb.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/gdb.in b/rules/gdb.in
index 6507e873f..33c76113b 100644
--- a/rules/gdb.in
+++ b/rules/gdb.in
@@ -16,7 +16,7 @@ config GDBSERVER_SHARED
bool "Build shared"
default y
depends on GDBSERVER
- select GLIBC_THREAD_DB if GLIBC
+ select GLIBC_THREAD_DB if GLIBC && GLIBC_INSTALL
config GDB
@@ -26,7 +26,7 @@ config GDB_SHARED
bool "Build shared"
default y
depends on GDB
- select GLIBC_LIBM if GLIBC
+ select GLIBC_LIBM if GLIBC && GLIBC_INSTALL
choice
prompt "Select term library"