summaryrefslogtreecommitdiffstats
path: root/scripts/wrapper/host-cpp-wrapper
blob: b3a1afe4a90976af445ede470559d41dfbbdba1b (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 "${@}"

LINKING=false
unset PTXDIST_CCACHE

cpp_add_host_extra

wrapper_exec "$@"