summaryrefslogtreecommitdiff
path: root/bin/armeabi/analyzer++
blob: d2f3da1ee7c3b4a9c5e73416a303aff847ba6bd5 (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