fpc_crosswin32: added check for cc and bison

git-svn-id: trunk@9910 -
This commit is contained in:
mattias 2006-09-15 18:22:04 +00:00
parent 14b9d0eadc
commit f6e0bb734b

View File

@ -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"