remove unneeded hack

This commit is contained in:
Dave Murphy 2008-03-05 21:23:40 +00:00
parent b71c02aa57
commit 9440b706e2

View File

@ -57,11 +57,6 @@ then
touch configured-gcc
fi
# hack to get around msys/mingw build problem
mkdir -p libiberty libcpp fixincludes
if [ ! -f built-gcc ]
then
$MAKE all-gcc || { echo "Error building gcc"; exit 1; }