aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ccache/patches/110-disable-assembler-support.patch
Commit message (Collapse)AuthorAgeFilesLines
* ccache: update to 3.3.4Kevin Darbyshire-Bryant2017-03-121-32/+0
| | | | | | | | | Update from 3.3.2 to 3.3.4 & refresh patches. Remove 110-disable-assembler-support as ccache now understands the '.incbin' directive. Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
* ccache: disable assembler support, it breaks kernel initramfs imagesFelix Fietkau2016-10-051-0/+32
The reason is that ccache does not recognize and process the .incbin directive, so caching is unreliable. See https://github.com/ccache/ccache/issues/136 for more information. Signed-off-by: Felix Fietkau <nbd@nbd.name>