From mboxrd@z Thu Jan 1 00:00:00 1970
From: Peter Korsgaard
ccache in Buildrootccache is a compiler Thomas> + cache. It stores the object files resulting from each compilation Thomas> + process, and is able to skip future compilation of the same source Thomas> + file (with same compiler and same arguments) by using the Thomas> + pre-existing object files. When doing almost identical builds from Thomas> + scratch a number of times, it can divide the build time by a Thomas> + factor of two.
The improvement depends quite a lot on the configuration / use case, so I think we should simpluy write something like 'it can significantly speed up the build process.' rather than specifically saying x2. Thomas> +++ b/package/ccache/Config.in Thomas> @@ -0,0 +1,5 @@ Thomas> +config BR2_PACKAGE_CCACHE Thomas> + bool "ccache" Thomas> + help Thomas> + Compiler Cache Thomas> + http://samba.org/ftp/ccache Thomas> \ No newline at end of file You forgot the missing newline here and for the .mk. We normally have an empty line before the website. The official website is afaik also http://ccache.samba.org, rather than this download URL. Doesn't ccache need zlib? -- Bye, Peter Korsgaard