mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-13 13:30:20 +00:00
Default to armv7 instead of armv6.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122457 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9584bd83e6
commit
65e43a259f
@ -105,7 +105,7 @@ if [ "$ARM_HOSTED_BUILD" = yes ]; then
|
|||||||
T=`xcrun -sdk $SDKROOT -find ${prog}`
|
T=`xcrun -sdk $SDKROOT -find ${prog}`
|
||||||
fi
|
fi
|
||||||
echo '#!/bin/sh' > $P || exit 1
|
echo '#!/bin/sh' > $P || exit 1
|
||||||
echo 'exec '$T' -arch armv6 -isysroot '${SDKROOT}' "$@"' >> $P || exit 1
|
echo 'exec '$T' -arch armv7 -isysroot '${SDKROOT}' "$@"' >> $P || exit 1
|
||||||
chmod a+x $P || exit 1
|
chmod a+x $P || exit 1
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user