summaryrefslogtreecommitdiff
path: root/package/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-02 12:08:26 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-02 12:08:26 +0100
commit0317e391cbf248c3d6ee00ec6bf8a77870d76ffa (patch)
tree772a6dbc453509a00f9f134823bd919aeb6d3901 /package/Makefile
parentbd12134a95a13984a94c7b89a5165abd7959c303 (diff)
parente0eeed46c0a5e068fa000abee08421a3d9342bf0 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 f6f608a69..eb49efd6a 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
@@ -34,7 +29,6 @@ endif
package-$(ADK_PACKAGE_UCLIBCXX) += uclibc++
endif
endif
-endif
include $(TOPDIR)/package/Depends.mk