summaryrefslogtreecommitdiffstats
path: root/scripts/wrapper/host-gcc-wrapper
blob: 9887abe8c1a4d861eafd6fefbeb4c2c332c718af (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
cc_add_host_extra
cc_add_host_icecc

wrapper_exec "$@"