1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 20:31:07 +03:00
openwrt-xburst/tools/ccache/files/ccache_cc
blogic 0d08b76611 [tools] add ccache wrapper
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32075 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-06 13:27:11 +00:00

3 lines
50 B
Bash
Executable File

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