remove sys-include dir

This commit is contained in:
Dave Murphy
2012-04-09 22:33:31 +01:00
parent 0b24e31cdf
commit f54b0c9c89
3 changed files with 6 additions and 0 deletions

View File

@@ -72,6 +72,8 @@ then
touch installed-gcc-stage1
fi
rm -fr $prefix/sys-include
unset CFLAGS
cd $BUILDDIR

View File

@@ -105,6 +105,8 @@ then
rm -fr $INSTALLDIR/devkitPPC/$target/sys-include
fi
rm -fr $prefix/sys-include
#---------------------------------------------------------------------------------
# build and install newlib
#---------------------------------------------------------------------------------

View File

@@ -74,6 +74,8 @@ then
touch installed-gcc
fi
rm -fr $prefix/sys-include
unset CFLAGS
cd $BUILDDIR/pspsdk-$PSPSDK_VER