blob: 13f37bdb9152c46f4cf53419d95eafe9af0bbe56 [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