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

WRAPPER_DIR="$(dirname "$(readlink -f "$0")")"
. "${WRAPPER_DIR}/libwrapper.sh" || exit

HOST=true

cc_check_args "${@}"

cc_add_host_ld_args
cxx_add_host_extra
cxx_add_host_icecc

wrapper_exec "$@"