diff options
author | John Crispin <john@openwrt.org> | 2012-06-06 13:27:11 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-06-06 13:27:11 +0000 |
commit | a53b084e497a9f1629a2caada833ebe14a6838b7 (patch) | |
tree | b3c7d810e91ef20fedfcb2e87027309371c7c21d /tools/ccache/files/ccache_cxx | |
parent | 84a8853430779dd7ac93682654f008fe3f7eebd7 (diff) | |
download | mtk-20170518-a53b084e497a9f1629a2caada833ebe14a6838b7.zip mtk-20170518-a53b084e497a9f1629a2caada833ebe14a6838b7.tar.gz mtk-20170518-a53b084e497a9f1629a2caada833ebe14a6838b7.tar.bz2 |
add ccache wrapper
SVN-Revision: 32075
Diffstat (limited to 'tools/ccache/files/ccache_cxx')
-rwxr-xr-x | tools/ccache/files/ccache_cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ccache/files/ccache_cxx b/tools/ccache/files/ccache_cxx new file mode 100755 index 0000000..cc60eb3 --- /dev/null +++ b/tools/ccache/files/ccache_cxx @@ -0,0 +1,2 @@ +#!/bin/sh +exec ccache "${TARGET_CXX_NOCACHE}" "$@" |