diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-22 15:40:06 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-22 15:40:06 +0100 |
commit | b72a287721e6a85ed60209c170a7b998fa859757 (patch) | |
tree | ac9fd818d43fdc15536677467510ad16046641c2 | |
parent | 113a676f9bb3bfa4762896f5e8ac999513104d06 (diff) |
bump musl
-rwxr-xr-x | embedded-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embedded-test.sh b/embedded-test.sh index 12d5618..009c180 100755 --- a/embedded-test.sh +++ b/embedded-test.sh @@ -747,7 +747,7 @@ for lib in ${libc}; do ;; musl) archlist=$arch_list_musl - version=1.1.11 + version=1.1.12 libver=musl-${version} libdir=musl ;; |