diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-24 10:43:15 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-24 10:43:15 +0200 |
commit | 87fb18dba507125f9a17cbc4585229d8b125e11b (patch) | |
tree | 7a2a98e6c9956c64114814fec3bfd0d6ff249ff4 | |
parent | 4600330b660105432e86b2fccef3c9791eef2c78 (diff) |
update musl, fixes microblaze support
-rw-r--r-- | toolchain/musl/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/musl/Makefile.inc b/toolchain/musl/Makefile.inc index 40cf4fcf0..6fcbc0313 100644 --- a/toolchain/musl/Makefile.inc +++ b/toolchain/musl/Makefile.inc @@ -2,7 +2,7 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= musl -PKG_VERSION:= 1.0.0 +PKG_VERSION:= 1.0.1 PKG_RELEASE:= 1 -PKG_MD5SUM:= e54664fdf211d27737e328c4462b545e +PKG_MD5SUM:= e2c1b0e2138d3d75b03f517113a4abc5 PKG_SITES:= http://www.musl-libc.org/releases/ |