summaryrefslogtreecommitdiff
path: root/package/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile
index 039a83e30..6b49e5d8f 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -21,12 +21,14 @@ package-$(ADK_PACKAGE_LIBPTHREAD) += libpthread
endif
ifneq (${ADK_TARGET_LIB_GLIBC},y)
+ifneq (${ADK_TARGET_LIB_EGLIBC},y)
ifneq (${ADK_NATIVE},y)
package-$(ADK_PACKAGE_UCLIBC) += uclibc
gcc-compile: uclibc-compile
endif
package-$(ADK_PACKAGE_UCLIBCXX) += uclibc++
endif
+endif
include $(TOPDIR)/package/Depends.mk