summaryrefslogtreecommitdiff
path: root/package/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-02 10:35:12 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-02 10:35:12 +0100
commitbc6ae3bd97162e25aff366acabbf80f096ccd8b7 (patch)
treed4c362e9c9aad370335a36414e1362e59052d6d1 /package/Makefile
parent4210ea9c8f69095fa0efaf5247f6c12925dcb4f0 (diff)
goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/Makefile b/package/Makefile
index f6f608a69..eeac0e1a4 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -9,10 +9,6 @@ ifeq (${ADK_TARGET_LIB_GLIBC},y)
package-$(ADK_PACKAGE_GLIBC) += glibc
gcc-compile: glibc-compile
endif
-ifeq (${ADK_TARGET_LIB_EGLIBC},y)
-package-$(ADK_PACKAGE_EGLIBC) += eglibc
-gcc-compile: eglibc-compile
-endif
ifeq (${ADK_TARGET_LIB_MUSL},y)
package-$(ADK_PACKAGE_MUSL) += musl
gcc-compile: musl-compile
@@ -25,7 +21,6 @@ package-$(ADK_PACKAGE_LIBPTHREAD) += libpthread
endif
ifneq (${ADK_TARGET_LIB_GLIBC},y)
-ifneq (${ADK_TARGET_LIB_EGLIBC},y)
ifneq (${ADK_TARGET_LIB_MUSL},y)
ifneq (${ADK_NATIVE},y)
package-$(ADK_PACKAGE_UCLIBC) += uclibc