summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-06-14 14:38:10 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-06-14 14:38:10 +0200
commit71d17146ab098461c45cff3ea2f071e39a02f403 (patch)
treec8672f8096c7c497324703bd50cd5b005bafed5a
parent9d13a58ff8a5127093e31c5c45eea0fa9988e132 (diff)
fix package version, when eglibc choosen
-rw-r--r--package/libthread_db/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/libthread_db/Makefile b/package/libthread_db/Makefile
index ef3ed22cd..6566b0f9d 100644
--- a/package/libthread_db/Makefile
+++ b/package/libthread_db/Makefile
@@ -6,8 +6,12 @@ include ${TOPDIR}/rules.mk
ifeq ($(ADK_TARGET_LIB_GLIBC),y)
include ${TOPDIR}/toolchain/glibc/Makefile.inc
else
+ifeq ($(ADK_TARGET_LIB_EGLIBC),y)
+include ${TOPDIR}/toolchain/eglibc/Makefile.inc
+else
include ${TOPDIR}/toolchain/uClibc/Makefile.inc
endif
+endif
PKG_NAME:= libthread-db
PKG_DESCR:= POSIX threads library for gdb/gdbserver