blob: 150aa83e9c2d2b5090ab004f927a61cac93156b9 [file] [log] [blame]
#!/bin/bash
if [ "$1" != "-cc1" ]; then
`dirname $0`/../clang -target armv5te-none-linux-androideabi "$@"
else
# target/triple already spelled out.
`dirname $0`/../clang "$@"
fi