summaryrefslogtreecommitdiff
path: root/bin/armeabi/analyzer
blob: 83b8cc2f403c8084a644abc04a75504b04008d5b (plain)
1
2
3
4
5
6
if [ "$1" != "-cc1" ]; then
    `dirname $0`/../clang -target armv5te-none-linux-androideabi "$@"
else
    # target/triple already spelled out.
    `dirname $0`/../clang "$@"
fi