openwrtv4/tools/ccache/files/ccache_cxx
John Crispin a53b084e49 add ccache wrapper
SVN-Revision: 32075
2012-06-06 13:27:11 +00:00

2 lines
51 B
Bash
Executable file

#!/bin/sh
exec ccache "${TARGET_CXX_NOCACHE}" "$@"