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