diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-04 12:43:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-04 12:43:48 +0200 |
commit | 59b8bf0891d93f4847a08a4f3e25065520c8ad69 (patch) | |
tree | 1f2fbe80db0dc33ee23a326076b079946ccc3e81 /package/Makefile | |
parent | 430ba5387bf88fb2ea10a17416605185e27e2d81 (diff) |
add musl support
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 85321f9ee..112fe66c0 100644 --- a/package/Makefile +++ b/package/Makefile @@ -26,6 +26,7 @@ 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 gcc-compile: uclibc-compile @@ -33,6 +34,7 @@ endif package-$(ADK_PACKAGE_UCLIBCXX) += uclibc++ endif endif +endif include $(TOPDIR)/package/Depends.mk |