summaryrefslogtreecommitdiff
path: root/package/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile
index 5b7b471c0..bfe4a0bd7 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -21,6 +21,12 @@ package-$(ADK_PACKAGE_UCLIBCXX) += uclibc++
gcc-compile: uclibc-compile
endif
+ifeq (${ADK_TARGET_LIB_UCLIBC_NG},y)
+package-$(ADK_PACKAGE_UCLIBC_NG) += uclibc-ng
+package-$(ADK_PACKAGE_UCLIBCXX) += uclibc++
+gcc-compile: uclibc-ng-compile
+endif
+
package-$(ADK_PACKAGE_LIBPTHREAD) += libpthread
include $(ADK_TOPDIR)/package/Depends.mk