From f04227421063498a88707c43ec80b2b70d9b8d83 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 12 Aug 2013 14:32:28 +0200 Subject: complete musl support, tested with qemu-arm --- package/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/Makefile') diff --git a/package/Makefile b/package/Makefile index 9cf448ff8..85321f9ee 100644 --- a/package/Makefile +++ b/package/Makefile @@ -13,6 +13,10 @@ 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 +endif ifeq (${ADK_NATIVE},y) package-$(ADK_PACKAGE_LIBC) += libc endif -- cgit v1.2.3