summaryrefslogtreecommitdiff
path: root/package/libstdcxx
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-07 07:49:04 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-07 07:49:04 +0200
commit8867d876ad1bf8ef09fb1f21f5dd868d938f752c (patch)
tree9fab23d56b193529a5cb35f0efc5812af021dc68 /package/libstdcxx
parentf66ee677a516991a44be19c869239f99b2d64285 (diff)
parentfb7e42d7be891a6600be639a6ded4a32c9b06020 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libstdcxx')
-rw-r--r--package/libstdcxx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libstdcxx/Makefile b/package/libstdcxx/Makefile
index 84f0a7aec..ebfebcaf3 100644
--- a/package/libstdcxx/Makefile
+++ b/package/libstdcxx/Makefile
@@ -8,7 +8,7 @@ else
ifeq ($(ADK_TARGET_LIB_MUSL),y)
include ${TOPDIR}/toolchain/musl/Makefile.inc
else
-include ${TOPDIR}/toolchain/uClibc/Makefile.inc
+include ${TOPDIR}/toolchain/uclibc/Makefile.inc
endif
endif