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