summaryrefslogtreecommitdiff
path: root/package/libpthread
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-09-29 20:13:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-09-29 20:13:11 +0200
commit71c91ce903a90de852b5d66a27a673ff6e785cee (patch)
treef83f6c03989c2c1e091a692d8f7129db6144594b /package/libpthread
parentf53612bc7414c0d9e4700f957d6a1a1742574c67 (diff)
fix some eglibc adk buildsystem problems
Diffstat (limited to 'package/libpthread')
-rw-r--r--package/libpthread/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/package/libpthread/Makefile b/package/libpthread/Makefile
index 74b0ea865..a70697533 100644
--- a/package/libpthread/Makefile
+++ b/package/libpthread/Makefile
@@ -5,7 +5,11 @@ include ${TOPDIR}/rules.mk
ifeq ($(ADK_TARGET_LIB_GLIBC),y)
include ${TOPDIR}/toolchain/glibc/Makefile.inc
-else
+endif
+ifeq ($(ADK_TARGET_LIB_EGLIBC),y)
+include ${TOPDIR}/toolchain/eglibc/Makefile.inc
+endif
+ifeq ($(ADK_TARGET_LIB_UCLIBC),y)
include ${TOPDIR}/toolchain/uClibc/Makefile.inc
endif