diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-20 08:33:58 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-20 08:33:58 +0100 |
commit | 6f0464e8edacdd4d63da7ce556494c0c12520582 (patch) | |
tree | adc04c3c134b33661cbd804620df63a51e44651c /toolchain/gcc | |
parent | ddce26e9c1b6f7679087bdbc7ef421c5a14ec296 (diff) |
use system zlib
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Makefile | 2 |
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 \ |