summaryrefslogtreecommitdiffstats
path: root/scripts/wrapper/host-clang++-wrapper
blob: f8142462cfa913e1a9950acf4083855c40c67ac7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

. "$(dirname "$(readlink -f "$0")")/libwrapper.sh" || exit

HOST=true

cc_check_args "${@}"

cc_add_host_clang
cc_add_host_ld_args
cxx_add_host_extra
clang_check_host_icecc
cxx_add_host_icecc clang

wrapper_exec "$@"