diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-12 10:30:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-12 10:30:58 +0200 |
commit | 8ad8223f780260891e38bdc54edc6b401f8f6a6e (patch) | |
tree | e8e17989456499ab1d39f5778ecffbf27957a42b /toolchain/Makefile | |
parent | 8f16335443a322578274737c8d80ce557e4d2656 (diff) | |
parent | 36a26b341d49d90e5b936278478134aa178a0238 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r-- | toolchain/Makefile | 4 |
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 |