remove forced arch parm for armv6 to armv7, doesn't work

This commit is contained in:
Sam Detweiler
2019-10-24 22:13:46 -05:00
parent 9c98fea8f4
commit e95023e8cc
2 changed files with 15 additions and 15 deletions

View File

@@ -77,10 +77,10 @@ if [ "$ARM" != "armv7l" ]; then
echo -e "\e[91mIf this is a Pi Zero, you are in the same boat as the original Raspberry Pi. You must run in server only mode."
exit;
fi
if [ "$ARM" == "armv6l" ]; then
echo forcing armv71 architecture for pi 0 >>$logfile
force_arch=-'--arch=armv7l'
fi
#if [ "$ARM" == "armv6l" ]; then
# echo forcing armv71 architecture for pi 0 >>$logfile
# force_arch=-'--arch=armv7l'
#fi
fi
# Define helper methods.