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
This commit is contained in:
parent
fc38cd8215
commit
dc67d821c3
1 changed files with 1 additions and 1 deletions
|
@ -889,7 +889,7 @@ do
|
|||
(cd $prefix/$target/sysroot/usr/include ; ln -sf ../lib/libffi-$libffi_ver/include/ffi.h . ; ln -sf ../lib/libffi-$libffi_ver/include/ffitarget.h . )
|
||||
|
||||
# build zlib
|
||||
zlib_ver="1.2.11"
|
||||
zlib_ver="1.2.12"
|
||||
gettool "zlib" "$zlib_ver"
|
||||
extract "zlib-$zlib_ver"
|
||||
CHOST=$target prefix="/usr" buildtool "zlib" "$zlib_ver" \
|
||||
|
|
Loading…
Reference in a new issue