diff options
-rwxr-xr-x | summon-arm-toolchain | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/summon-arm-toolchain b/summon-arm-toolchain index f1ddff0..2a70d09 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -240,6 +240,7 @@ if [ ! -e ${STAMPS}/${GCC}-boot.build ]; then --with-gnu-ld \ --disable-nls \ --disable-werror \ + --with-system-zlib \ ${GCCFLAGS} log "Building ${GCC}-boot" make ${MAKEFLAGS} all-gcc @@ -288,6 +289,7 @@ if [ ! -e ${STAMPS}/${GCC}.build ]; then --with-gnu-ld \ --disable-nls \ --disable-werror \ + --with-system-zlib \ ${GCCFLAGS} log "Building ${GCC}" make ${MAKEFLAGS} |