summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Busse <bernd@busse-net.de>2022-04-07 00:56:28 +0200
committerSolomon Peachy <pizza@shaftnet.org>2022-04-18 09:07:39 -0400
commitdc67d821c3ca212d48420c94492a4e2e421a9f26 (patch)
tree0bc6a2b7ca9f17d0161cee2cf13eae71149918b0
parentfc38cd8215cf0b69aa9ab71cf6e1c5a68496fc3e (diff)
downloadrockbox-dc67d821c3ca212d48420c94492a4e2e421a9f26.tar.gz
rockbox-dc67d821c3ca212d48420c94492a4e2e421a9f26.zip
toolchain: update zlib to 1.2.12 for native mips targets
zlib has been updated to 1.2.12 on March 27, 2022 with the following note: Due to the bug fixes, any installations of 1.2.11 should be replaced with 1.2.12. The previous version has been removed and is no longer available for download on the official site. Change-Id: I807fbb4605378d99654be3e4c1b28bd04de729c9
-rwxr-xr-xtools/rockboxdev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh
index d0d623be1b..6d16f7ba45 100755
--- a/tools/rockboxdev.sh
+++ b/tools/rockboxdev.sh
@@ -889,7 +889,7 @@ do
889 (cd $prefix/$target/sysroot/usr/include ; ln -sf ../lib/libffi-$libffi_ver/include/ffi.h . ; ln -sf ../lib/libffi-$libffi_ver/include/ffitarget.h . ) 889 (cd $prefix/$target/sysroot/usr/include ; ln -sf ../lib/libffi-$libffi_ver/include/ffi.h . ; ln -sf ../lib/libffi-$libffi_ver/include/ffitarget.h . )
890 890
891 # build zlib 891 # build zlib
892 zlib_ver="1.2.11" 892 zlib_ver="1.2.12"
893 gettool "zlib" "$zlib_ver" 893 gettool "zlib" "$zlib_ver"
894 extract "zlib-$zlib_ver" 894 extract "zlib-$zlib_ver"
895 CHOST=$target prefix="/usr" buildtool "zlib" "$zlib_ver" \ 895 CHOST=$target prefix="/usr" buildtool "zlib" "$zlib_ver" \