mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Default to armv7 instead of armv6.
llvm-svn: 122457
This commit is contained in:
parent
b0e9926c33
commit
f897a6bb16
@ -105,7 +105,7 @@ if [ "$ARM_HOSTED_BUILD" = yes ]; then
|
||||
T=`xcrun -sdk $SDKROOT -find ${prog}`
|
||||
fi
|
||||
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
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user