mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-25 07:22:27 -05:00
use the supplied zlib
This commit is contained in:
parent
1444dc91df
commit
e952463476
|
|
@ -62,10 +62,9 @@ then
|
||||||
--with-newlib=yes \
|
--with-newlib=yes \
|
||||||
--with-headers=../../newlib-$NEWLIB_VER/newlib/libc/include \
|
--with-headers=../../newlib-$NEWLIB_VER/newlib/libc/include \
|
||||||
--prefix=$prefix \
|
--prefix=$prefix \
|
||||||
--enable-lto $plugin_ld\
|
--enable-lto \
|
||||||
--with-system-zlib \
|
--disable-tm-clone-registry \
|
||||||
--disable-tm-clone-registry \
|
--disable-__cxa_atexit \
|
||||||
--disable-__cxa_atexit \
|
|
||||||
--with-bugurl="https://github.com/devkitPro/buildscripts/issues" --with-pkgversion="devkitA64 release 17" \
|
--with-bugurl="https://github.com/devkitPro/buildscripts/issues" --with-pkgversion="devkitA64 release 17" \
|
||||||
$CROSS_PARAMS \
|
$CROSS_PARAMS \
|
||||||
$CROSS_GCC_PARAMS \
|
$CROSS_GCC_PARAMS \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user