mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 09:39:31 +02:00
fpc_crosswin32: added check for cc and bison
git-svn-id: trunk@9910 -
This commit is contained in:
parent
14b9d0eadc
commit
f6e0bb734b
@ -222,6 +222,11 @@ CompilerVersionStr="$CompilerVersion.$CompilerRelease.$CompilerPatch"
|
||||
#===============================================================================
|
||||
# build binutils
|
||||
if [ $BuildBinutils = "yes" ]; then
|
||||
# check if cc is there
|
||||
cc -v
|
||||
# check if bison is there
|
||||
bison -V
|
||||
|
||||
# create custom version of buildcrossbinutils
|
||||
echo "building cross binutils for targets:"
|
||||
echo " WIN=$TARGETS_WIN"
|
||||
|
Loading…
Reference in New Issue
Block a user