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

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

export ICECC_VERSION="${ICECC_VERSION_HOST}"
HOST=true

cc_check_args "${@}"

cc_add_host_ld_args
cxx_add_host_extra
cxx_add_host_icecc "${@}"

wrapper_exec "$@"