add ccache wrapper
[openwrt/.git] / tools / ccache / files / ccache_cc
diff --git a/tools/ccache/files/ccache_cc b/tools/ccache/files/ccache_cc
new file mode 100755 (executable)
index 0000000..01c4ad4
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec ccache "${TARGET_CC_NOCACHE}" "$@"