summaryrefslogtreecommitdiff
path: root/devel/ccache/files/world-ccache.in
blob: bdbc8893837f4b2727bd979865c65ec3376b26e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

[ "${0##*/}" = "ccache" ] &&
printf "Please, use one of the compiler links in\n%%PREFIX%%/%%CCLINKDIR%%/world\nto invoke ccache\n" >&2 &&
exit 1

[ "${COMPILER_TYPE}" = "clang" ] && export CCACHE_CPP2=1

unset CCACHE_PATH
export CCACHE_COMPILERCHECK=content
exec %%PREFIX%%/%%CCLINKDIR%%/${0##*/} "$@"