summaryrefslogtreecommitdiff
path: root/toolchain/ccache/Config.in.2
AgeCommit message (Collapse)Author
2010-12-08ccache: rework ccache managementThomas Petazzoni
* ccache is now a normal package (both for the host and the target). * ccache option is now part of the "Build options" menu. It will automatically build ccache for the host before building anything, and will use it to cache builds for both host compilations and target compilations. * bump ccache to 3.1.3 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-05-03ccache: fix ccache-target dependenciesPeter Korsgaard
Ccache for the target doesn't make sense without a toolchain, so make it depend on it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2008-08-04ccache: expand help textPeter Korsgaard
2008-08-04ccache: cleanup configPeter Korsgaard
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2004-10-09final step in buildroot faceliftEric Andersen