summaryrefslogtreecommitdiff
path: root/package/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/Makefile b/package/Makefile
index a5b851d02..98571fa4a 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -15,12 +15,6 @@ package-$(ADK_PACKAGE_MUSL) += musl
gcc-compile: musl-compile
endif
-ifeq (${ADK_TARGET_LIB_UCLIBC},y)
-package-$(ADK_PACKAGE_UCLIBC) += uclibc
-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++