mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +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}`
|
||||
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