1
0
This repository has been archived on 2025-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openwrt_archive/tools/ccache/files/ccache_cc
John Crispin 2ebb5b1a38 [tools] 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}" "$@"