create crosswin32: remove rm ./config.cache

git-svn-id: trunk@21987 -
This commit is contained in:
mattias 2009-10-02 20:09:45 +00:00
parent 2360f0fed7
commit c8166c62ea

View File

@ -12,7 +12,7 @@ if [ ! -d "$BuildRoot" ]; then
fi
# the binutils version to download
BinutilsVersion=2.19
BinutilsVersion=2.18
BinutilsDownloadPath=http://ftp.gnu.org/gnu/binutils/
# the FPC targets
@ -247,6 +247,7 @@ if [ $BuildBinutils = "yes" ]; then
-e 's#^TARGETS_POWERPC=.*$#TARGETS_POWERPC='"$TARGETS_POWERPC"'#' \
-e 's#^TARGETS_SPARC=.*$#TARGETS_SPARC='"$TARGETS_SPARC"'#' \
-e 's#^TARGETS_M68k=.*$#TARGETS_M68k='"$TARGETS_M68k"'#' \
-e 's#^rm ./config.cache$##' \
> buildcrossbinutils.sh
#debugging: head -n 50 buildcrossbinutils.sh