binutils: don't fail when a command is missing.

This commit is contained in:
Jerome Duval
2017-04-26 23:01:20 +00:00
parent c455ccfd61
commit b1820df9fb

View File

@@ -177,7 +177,7 @@ INSTALL()
# delete commands we aren't including
cd $binDir
for cmd in dlltool dllwrap windmc windres; do
rm $cmd
rm -f $cmd
rm -f $installDir/$effectiveTargetMachineTriple/bin/$cmd
done