diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-14 15:02:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-14 15:02:49 +0200 |
commit | f860bc32da5092933727fbfcba2a46c90070eb09 (patch) | |
tree | 0ddedcf9cacf871c3b57f92cf7d2df658f3a82d0 /package/libthread_db/Makefile | |
parent | e7d297840cb7c9765c481317f6675627b32b1c9b (diff) | |
parent | f1c3ec83fafc1cc8fd906b9483cd1ed927e2bba5 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libthread_db/Makefile')
-rw-r--r-- | package/libthread_db/Makefile | 4 |
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 |