From: Piotr Esden-Tempski Date: Mon, 25 Oct 2010 23:27:01 +0000 (-0700) Subject: Added --use-system-zlib to fix compilation on debian unstable. X-Git-Url: https://git.gag.com/?p=fw%2Fcortex-toolchain;a=commitdiff_plain;h=f191ef3092b06deed9278b3fe062f75c8725a6f7;hp=65871ede4910ba4557b33ef2bb005adcca614232 Added --use-system-zlib to fix compilation on debian unstable. --- 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}