summaryrefslogtreecommitdiffstats
path: root/scripts/wrapper/host-clang++-wrapper
blob: f45cc1c83bc8fa97c4faa5440473ecf10b4d9cf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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
cxx_add_host_icecc clang

wrapper_exec "$@"