mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 10:49:16 +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
|
# build binutils
|
||||||
if [ $BuildBinutils = "yes" ]; then
|
if [ $BuildBinutils = "yes" ]; then
|
||||||
|
# check if cc is there
|
||||||
|
cc -v
|
||||||
|
# check if bison is there
|
||||||
|
bison -V
|
||||||
|
|
||||||
# create custom version of buildcrossbinutils
|
# create custom version of buildcrossbinutils
|
||||||
echo "building cross binutils for targets:"
|
echo "building cross binutils for targets:"
|
||||||
echo " WIN=$TARGETS_WIN"
|
echo " WIN=$TARGETS_WIN"
|
||||||
|
Loading…
Reference in New Issue
Block a user