diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-03 07:57:21 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-03 07:57:21 +0100 |
| commit | 6d8a8d81525622bdc1d294f3368dbd301e6c4b3b (patch) | |
| tree | 159e9dd6f46d2c6a31a59c5bb334c3a126c023a0 /package/Makefile | |
| parent | b1792baaf8cb1686e463e98e9142ee611a14feaf (diff) | |
| parent | fd41ea2ad4a1badf95559f1613318e9631b3ce52 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/Makefile')
| -rw-r--r-- | package/Makefile | 6 |
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 |
