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

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

HOST=true

cc_check_args "${@}"

cc_add_host_ld_args
cxx_add_host_extra
cxx_add_host_icecc

wrapper_exec "$@"