summaryrefslogtreecommitdiff
path: root/toolchain/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-08-11 18:07:39 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-08-11 18:07:39 +0200
commit36a26b341d49d90e5b936278478134aa178a0238 (patch)
tree2c5bd0adacb775f849c82e5942a3bfb9061c8a5a /toolchain/Makefile
parent16de5fcccc6de9d6df017078fb02f775514c1b9b (diff)
preliminary musl support
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r--toolchain/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile
index ed5f2652c..5c27e1aa1 100644
--- a/toolchain/Makefile
+++ b/toolchain/Makefile
@@ -26,6 +26,10 @@ ifeq ($(ADK_TARGET_LIB_UCLIBC),y)
TARGETS+=uClibc
LIBC:=uClibc
endif
+ifeq ($(ADK_TARGET_LIB_MUSL),y)
+TARGETS+=musl
+LIBC:=musl
+endif
ifeq ($(ADK_TOOLCHAIN_GDB),y)
TARGETS+=gdb
endif