mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 16:38:02 +02:00
create crosswin32: remove rm ./config.cache
git-svn-id: trunk@21987 -
This commit is contained in:
parent
2360f0fed7
commit
c8166c62ea
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user