summaryrefslogtreecommitdiff
path: root/toolchain/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-06 20:53:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-06 20:53:05 +0200
commit91bb12aaa6ba1c1264023a53350b046f7d80219e (patch)
tree71f251ab69be4fbf5d016938342a43dd193d5dac /toolchain/Makefile
parentaa9a46d40ae76b926880ff36b1bb7d27f52b55ac (diff)
parent9bd2823a3447207af8b789dc3fa38a3f4232c453 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r--toolchain/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile
index c70ea9820..d37117272 100644
--- a/toolchain/Makefile
+++ b/toolchain/Makefile
@@ -21,8 +21,8 @@ TARGETS+=glibc
LIBC:=glibc
endif
ifeq ($(ADK_TARGET_LIB_UCLIBC),y)
-TARGETS+=uClibc
-LIBC:=uClibc
+TARGETS+=uclibc
+LIBC:=uclibc
endif
ifeq ($(ADK_TARGET_LIB_MUSL),y)
TARGETS+=musl