Tweaked HardFP detection

This commit is contained in:
Liam McLoughlin
2012-04-22 13:07:08 +00:00
parent 034a9be814
commit b413cde044

View File

@@ -53,8 +53,8 @@ function update_modules {
} }
function update_sdk { function update_sdk {
ELFOUTPUT=`readelf -A /bin/bash` ELFOUTPUT=`readelf -a /bin/bash`
if [ "$ELFOUTPUT" != "${ELFOUTPUT/HardFP/}" ]; then if [ "$ELFOUTPUT" != "${ELFOUTPUT/VFP_args/}" ]; then
echo "Using HardFP libraries" echo "Using HardFP libraries"
cp -R ${FW_PATH}/vc/hardfp/* / cp -R ${FW_PATH}/vc/hardfp/* /
else else