remove problematic zlib before building

This commit is contained in:
Dave Murphy 2009-12-11 16:33:57 +00:00
parent 26838a5f63
commit ce6be8546f

View File

@ -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
#---------------------------------------------------------------------------------