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

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

cc_check_args "${@}"

LINKING=false
unset PTXDIST_CCACHE

cpp_add_target_extra
cc_add_fortify
cc_add_glibcxx

wrapper_exec "$@"