From 1f0c5a1f13280563ed61a7ba0f5246e7f9f74659 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Mon, 2 Nov 2015 10:19:39 +0000 Subject: [PATCH] use system zlib rather than building a new one --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 90d15dc..34e7c91 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ GCC_CONFIG = $(COMMON_CONFIG) --enable-tls \ --disable-libmudflap --disable-libsanitizer \ --disable-libquadmath --disable-decimal-float \ --with-target-libiberty=no --with-target-zlib=no \ + --with-system-zlib \ $(GCC_LANG_CONFIG) \ $(GCC_MULTILIB_CONFIG)