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/musl/Makefile.inc | |
parent | 8f16335443a322578274737c8d80ce557e4d2656 (diff) | |
parent | 36a26b341d49d90e5b936278478134aa178a0238 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/musl/Makefile.inc')
-rw-r--r-- | toolchain/musl/Makefile.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/toolchain/musl/Makefile.inc b/toolchain/musl/Makefile.inc new file mode 100644 index 000000000..068c07ef8 --- /dev/null +++ b/toolchain/musl/Makefile.inc @@ -0,0 +1,9 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +PKG_NAME:= musl +PKG_VERSION:= 0.9.12 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 100c8e932d0785c35b92539f025aa76f +PKG_SITES:= http://www.musl-libc.org/releases/ +DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz |