use system zlib

This commit is contained in:
Dave Murphy
2016-12-10 19:17:21 +00:00
parent c34ecdd92f
commit 7b9a6387f4
3 changed files with 2 additions and 1 deletions

View File

@@ -87,6 +87,7 @@ then
--with-newlib \
--with-headers=../../newlib-$NEWLIB_VER/newlib/libc/include \
--prefix=$prefix\
--with-system-zlib\
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitPPC release 28" \
$CROSS_PARAMS \
|| { echo "Error configuring gcc stage 1"; exit 1; }