From ce6be8546fa9bf73d91f3731adff938f905306ac Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 11 Dec 2009 16:33:57 +0000 Subject: [PATCH] remove problematic zlib before building --- dkarm-eabi/scripts/build-gcc.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dkarm-eabi/scripts/build-gcc.sh b/dkarm-eabi/scripts/build-gcc.sh index 1f9c2be..2583058 100644 --- a/dkarm-eabi/scripts/build-gcc.sh +++ b/dkarm-eabi/scripts/build-gcc.sh @@ -45,6 +45,11 @@ then fi cd $BUILDSCRIPTDIR +#--------------------------------------------------------------------------------- +# included zlib has issues with multilib toolchain +#--------------------------------------------------------------------------------- +rm -fr $GCC_SRCDIR/zlib + #--------------------------------------------------------------------------------- # build and install just the c compiler #---------------------------------------------------------------------------------