summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-20 08:33:58 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-20 08:33:58 +0100
commit6f0464e8edacdd4d63da7ce556494c0c12520582 (patch)
treeadc04c3c134b33661cbd804620df63a51e44651c /toolchain
parentddce26e9c1b6f7679087bdbc7ef421c5a14ec296 (diff)
use system zlib
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index 98e150f7a..f0096d453 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -28,7 +28,7 @@ GCC_CONFOPTS:= --prefix=$(TOOLCHAIN_DIR)/usr \
--disable-libstdcxx-pch \
--disable-ppl-version-check \
--disable-cloog-version-check \
- --without-system-zlib \
+ --with-system-zlib \
--without-ppl \
--without-cloog \
--without-isl \