mirror of
https://github.com/richfelker/musl-cross-make.git
synced 2025-04-19 15:34:58 +02:00
use system zlib rather than building a new one
This commit is contained in:
parent
a5e8317164
commit
1f0c5a1f13
1
Makefile
1
Makefile
@ -21,6 +21,7 @@ GCC_CONFIG = $(COMMON_CONFIG) --enable-tls \
|
|||||||
--disable-libmudflap --disable-libsanitizer \
|
--disable-libmudflap --disable-libsanitizer \
|
||||||
--disable-libquadmath --disable-decimal-float \
|
--disable-libquadmath --disable-decimal-float \
|
||||||
--with-target-libiberty=no --with-target-zlib=no \
|
--with-target-libiberty=no --with-target-zlib=no \
|
||||||
|
--with-system-zlib \
|
||||||
$(GCC_LANG_CONFIG) \
|
$(GCC_LANG_CONFIG) \
|
||||||
$(GCC_MULTILIB_CONFIG)
|
$(GCC_MULTILIB_CONFIG)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user