0
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2025-09-05 20:40:28 +00:00
Files
openwrt/tools/ccache/files/ccache_cc
John Crispin a53b084e49 add ccache wrapper
SVN-Revision: 32075
2012-06-06 13:27:11 +00:00

3 lines
50 B
Bash
Executable File

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