summaryrefslogtreecommitdiff
path: root/package/libthread_db
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-08-14 12:51:52 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-08-14 12:51:52 +0200
commita7ced5ec9a36f2142d404053dc384ae3af1fe047 (patch)
tree0fbc32d5e91d00450a65d146c328966877b56e65 /package/libthread_db
parente2692cea04fe08014537bbecf5fb52033cb463e2 (diff)
parent47ba3ba77f0a108450c5536daf77271125953966 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libthread_db')
-rw-r--r--package/libthread_db/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/libthread_db/Makefile b/package/libthread_db/Makefile
index 394830998..7c3b3eb13 100644
--- a/package/libthread_db/Makefile
+++ b/package/libthread_db/Makefile
@@ -9,6 +9,9 @@ endif
ifeq ($(ADK_TARGET_LIB_EGLIBC),y)
include ${TOPDIR}/toolchain/eglibc/Makefile.inc
endif
+ifeq ($(ADK_TARGET_LIB_MUSL),y)
+include ${TOPDIR}/toolchain/musl/Makefile.inc
+endif
ifeq ($(ADK_TARGET_LIB_UCLIBC),y)
include ${TOPDIR}/toolchain/uClibc/Makefile.inc
endif
@@ -30,7 +33,9 @@ INSTALL_STYLE:= manual
do-install:
ifeq ($(ADK_NATIVE),)
${INSTALL_DIR} ${IDIR_LIBTHREAD_DB}/lib
+ifeq ($(ADK_TARGET_LIB_MUSL),)
${CP} ${STAGING_TARGET_DIR}/lib/libthread_db*.so* ${IDIR_LIBTHREAD_DB}/lib
endif
+endif
include ${TOPDIR}/mk/pkg-bottom.mk